Skip to content

Conversation

@djipco
Copy link
Contributor

@djipco djipco commented Feb 12, 2018

No description provided.

* Most methods on Ease can be passed directly as easing functions:
*
* Tween.get(target).to({x:100}, 500, Ease.linear);
* Tween.get(target).to({x:100}, 500, createjs.Ease.linear);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance you can also change the Tween.get usages to createjs.Tween.get as well? Appreciate the catch!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my god! I must be going blind... I fixed it.
Cheers!

@djipco djipco closed this Feb 12, 2018
@djipco djipco reopened this Feb 12, 2018
@lannymcnie lannymcnie merged commit d3aeaf9 into CreateJS:master Feb 12, 2018
@djipco
Copy link
Contributor Author

djipco commented Feb 13, 2018

Do you happen to know at which frequency the docs on createjs.com are updated? I basically fixed this little issue so my students would stop nagging me with the same question over and over... 😉

@lannymcnie
Copy link
Member

lannymcnie commented Feb 13, 2018

We don't typically update the online docs until we release a new stable version. I would be happy to push up the latest today though, not a ton has changed since the 1.0.0 release.

Cheers

@djipco
Copy link
Contributor Author

djipco commented Feb 13, 2018

If that's easy for you, it would be great. If it takes more than 5 minutes, just forget it. It's no big deal. Thanks again!

@lannymcnie
Copy link
Member

I updated the site to host the latest TweenJS docs :)

Cheers.

@djipco
Copy link
Contributor Author

djipco commented Feb 13, 2018

Awesome! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants