Forest Logo
search
package_2

easyanimator

By @sjdinsd

Roblox

Mirrored

EasyAnimator

A simple solution to animation

API

function EasyAnimator.new(animator: Animator, animations: { [string]: Animation })

Creates a new animation controlled for a passed animator. Takes in a set of default animations that are preloaded.

function EasyAnimator.animate(self: EasyAnimator, animationName: string, ...: AnimationOptions)

Animates the rig with the passed in name, along with animation options for fadeTime, weight, etc.

function EasyAnimator.animateExternal(self: EasyAnimator, animation: Animation, ...: AnimationOptions)

Takes in an external animation and plays that.

function EasyAnimator.stopAnimation(self: EasyAnimator, animationName: string)

Stops an animation by name.

function EasyAnimator.stopAllAnimations(self: EasyAnimator)

Stops all animations, including external ones.

function EasyAnimator.addAnimations(self: EasyAnimator, animations)

Adds additional animations to the pool, allowing them to be called by name in .animate().

function EasyAnimator.destroy(self: EasyAnimator)

Stops all animations and destroys the object

Package Details

Install command (Click to copy)


Version

0.1.3

License

MIT

check_circle

Safe for commercial use

infoThe package archive does not include its license text; the license is declared in its manifest metadata.

Automated license review — not legal advice.