Skip to content

v1.1.1

Compare
Choose a tag to compare
@PimCoumans PimCoumans released this 18 Mar 13:16
· 2 commits to main since this release

Added the option to delay a Sequence performed in an animation group. Simply add the .delayed() method to your Sequence:

AnimationPlanner.group {
    Sequence {
        // Your sequenced animations
    }.delayed(0.25) // Set delay for sequence here
}

Full Changelog: v1.1.0...1.1.1