animations

The global instance of the AnimationsAPI and its subtypes
field signature:
animations
Method Property Fluent Description Representation
Field Type an AnimationAPI

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