figureone
    Preparing search index...

    Animation Builder

    Convenient way to build animation steps in serial. Each step returns the same builder object, and so chaining in a fluent like API can be achieved.

    p.animations.new()
    .delay(1)
    .position({ target: [1, 0], duration: 2 })
    .delay(1)
    .rotation({ target: Math.PI, duration: 2 })
    .start();

    Hierarchy (View Summary)

    Index

    Methods