-
I am in love with tween.js and was wondering if you would make a scrollorama for tween.js. It's so much more light and yet powerful, TweenLite or TweenMax seem to be too much more for most of us.
-
Firefox Linux, both sidebars disabled (class="has-toc has-sidebar-left" is not present).
Use browser window vertical scrollbar to expose bottom of page. Vertical next button disappears and is inacti…
-
-
This is a suggestion / idea.
When force-feeding a value, it would be nice to have a way to set property values before a delayed animation actually starts, similar to CSS `animation-fill-mode: backwar…
jods4 updated
10 years ago
-
We have an animated balloon race quiz. We use Greensock GSAP (Tweenlite) to do the animation tweens and SoundJS 4.1
Perfect sound in Chriome and slightly erratic in IE9 using the standard setup, no F…
-
Is there a way to have a tween play automatically (i.e. on scene enter) and then tie its progress to scrolling if the user scrolls? When the user stops scrolling, the animation would start playing aga…
-
Is there any particular reason why this is not possible?
TweenLite.to(view, 1, { y:newY, onTick: function (): void { trace("TICK"); }});
The alternative would be to add the listener to the global ti…
-
Effects like bouncing / knockback are needed to make a game more juicy. I've modified my FlxSprite.as by adding these two nifty little functions that offsets a sprite into a given x or y-direction for…
-
Hi Jan,
First of all, thanks for all your hard work on this library. It's a superb improvement over its predecesor. Great job!
That being said, I have a quick question: is there a way to optimize th…
-
Are there unit tests for this lib anywhere?