Jump to content

Animatable reset


Hersir
 Share

Recommended Posts

Hi,

Wanted to ask why .animate was added to Animatable.reset function  in 3.2?

public reset(): void {
            var runtimeAnimations = this._runtimeAnimations;

            for (var index = 0; index < runtimeAnimations.length; index++) {
                runtimeAnimations[index].reset();
            }

            // Reset to original value
            for (index = 0; index < runtimeAnimations.length; index++) {
                var animation = runtimeAnimations[index];
                animation.animate(0, this.fromFrame, this.toFrame, false, this._speedRatio);
            }

            this._localDelayOffset = null;
            this._pausedDelay = null;
}

Is reset some sort of restart now ? could not find any info on documentation

Thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...