Share

Animation Notifications

#animateOff: undefined 

Sent when the Animate button is turned off.

#animateOn: undefined 

Sent when the Animate button is turned on.

#animationRangeChange: undefined 

Sent when the Animation range is changed.

#animLayersDisabled: array of nodes 

Sent just after animation layers are disabled on some nodes in the scene.

Calling callbacks.notificationParam() within the callback function returns the array of nodes.

#animLayersEnabled: array of nodes 

Sent just after animation layers are enabled on some nodes in the scene.

Calling callbacks.notificationParam() within the callback function returns the array of nodes.

Was this information helpful?