AnimationAPI

A global API used for control of Blockbench Animations

AnimationAPI.getAnimations

Returns a table with all animations
overload 1:
animations:getAnimations()
Method Property Fluent Description Representation
Return Value a table

AnimationAPI.getPlaying

Return a table with all playing animations
overload 1:
animations:getPlaying()
Method Property Fluent Description Representation
Return Value a table

AnimationAPI.stopAll

Stops all playing (and paused) animations
overload 1:
animations:stopAll()
Method Property Fluent Description Representation
Return Value an AnimationAPI
a a