transition.*

Type Library
Revision Release 2024.3703
Keywords easing, animation, transition, tween, interpolation
See also Transitions (guide)
easing

Overview

The transition library provides functions and methods to transition/tween display objects or display groups over a specific period of time. Library features include:

Functions

transition.cancel()

transition.cancelAll()

transition.from()

transition.pause()

transition.pauseAll()

transition.resume()

transition.resumeAll()

transition.to()

Convenience Methods

transition.dissolve()

transition.fadeIn()

transition.fadeOut()

transition.moveBy()

transition.moveTo()

transition.scaleBy()

transition.scaleTo()

transition.loop()

Properties

transition.ignoreEmptyReference

Source

If you want to add/modify transition effects or extend functionality, download the source code from GitHub and include in your project(See Using External Modules).