javascript-winwheel icon indicating copy to clipboard operation
javascript-winwheel copied to clipboard

Request: alternate gsap animation option

Open phazei opened this issue 6 years ago • 6 comments

Gsap isn't free for any paywalled site. An alternative more open solution would be preferable.

phazei avatar Sep 26 '18 02:09 phazei

It's been a long time since I looked in to JS animation libraries; I'm open to suggestions.

The great thing about GSAP is that it can animate any numeric property over time and has the nice "easing" functions for the animations. So any suggestions should be strong in these areas.

zarocknz avatar Oct 08 '18 22:10 zarocknz

I was looking into it and found this: https://github.com/tweenjs/tween.js

looks like it would be a relatively simple switch and is made precisely for that

phazei avatar Oct 11 '18 19:10 phazei

@phazei Is it going to be huge change on winwheel ?

AshokRamaraja avatar Apr 26 '19 02:04 AshokRamaraja

Don't think so, but I don't use this anymore. I did use tween.js here and there and it's very easy to use.

phazei avatar May 01 '19 17:05 phazei

You mean you haven't used winwheel library.. ?

AshokRamaraja avatar May 01 '19 17:05 AshokRamaraja

This was used in WinWheel js TweenMax.to(this, this.animation.duration, properties);

Is there a way you can replace this with createjs animation.

AshokRamaraja avatar May 01 '19 17:05 AshokRamaraja