yltang Posted October 14, 2015 Share Posted October 14, 2015 I found the following good explanations about the easing functions for tween method. I know that the easing functions can also be replaced by corresponding strings, for example, 'Linear' for Linear.None and 'Quint' for Quintic. http://sole.github.io/tween.js/examples/03_graphs.html Is there any reference which lists all other corresponding strings? Thanks. Link to comment Share on other sites More sharing options...
drhayes Posted October 14, 2015 Share Posted October 14, 2015 None in the docs that I've seen, but there's a list of them in the TweenManager. yltang and blackmoondev 2 Link to comment Share on other sites More sharing options...
yltang Posted October 14, 2015 Author Share Posted October 14, 2015 Nice! Thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts