AE Inner and Outer Null Object Keyframe Sync Technique
Use expressions to automatically sync inner composition null object animation with outer composition null objects, ideal for master control animation, 3D rotation binding, and camera control.
Use expressions to automatically sync inner composition null object animation with outer composition null objects, ideal for master control animation, 3D rotation binding, and camera control.
This note covers a practical AE sync pattern: keyframe a control null in the outer comp, and let the null inside a nested comp follow automatically via expressions—one place to control, less duplication.
测试
空对象控制外控制合成控制合成
空对象控制内Goal: make 空对象控制内 follow 空对象控制外.
comp('OuterCompName').layer('OuterLayerName').transform.property
Position:
comp('测试').layer('空对象控制外').transform.position
Scale:
comp('测试').layer('空对象控制外').transform.scale
Rotation:
comp('测试').layer('空对象控制外').transform.rotation
Opacity:
comp('测试').layer('空对象控制外').transform.opacity
Orientation:
comp('测试').layer('空对象控制外').transform.orientation
X / Y / Z Rotation:
comp('测试').layer('空对象控制外').transform.rotationX
comp('测试').layer('空对象控制外').transform.rotationY
comp('测试').layer('空对象控制外').transform.rotationZ
Alt/Option and click the property stopwatchThe inner null references the outer null’s property via expression. Once keyframes are set on the outer layer, the inner layer follows automatically—no manual copy-paste of keyframes needed.