webchalk-animate - v0.31.0
    Preparing search index...

    An object that contains functions that will be called at a certain time during an AnimClip's playback. Used in AnimClip.scheduleTask.

    type ScheduledTask = {
        onPlay?: Function;
        onRewind?: Function;
    }
    Index

    Properties

    Properties

    onPlay?: Function

    A function that will be called at the specified time when the clip is playing.

    onRewind?: Function

    A function that will be called at the specified time when the clip is rewinding.