-
-
Is it possible to use the transitions API manually, without adding to / removing from DOM?
-
https://github.com/tweenjs/tween.js/blob/master/src/Tween.js#L158 I think we should be able to set unexisting props in the source object useful when the modified property is a getter or setter.
-
Hello,
Is it possible to change the alpha of the 2D sprite in Unity 4.3?
The alpha method doesn't work with a sprite.
Thanks.
Great libs though ! I like the TweenMax style ;).
-
Hi,
Love the product, and the explanations you give in the docs are key. But there seems to be an issue with library where it is no longer runnable.
Anyone experiencing the same problem? As I suspe…
fungw updated
8 years ago
-
**Library name: tactween**
**Git repository url: https://github.com/nof1000/tactween**
**npm package url: https://www.npmjs.com/package/tactween**
**License(s): MIT**
**Official homepage: https://gi…
-
noticed that a jitter occurs on you parallax sections example [parallax sections example](http://janpaepke.github.io/ScrollMagic/examples/advanced/parallax_sections.html) while scrolling (either with …
-
Tonight I created a draft of a roadmap of features I'd like to see in the library before we reach the v1.0 milestone. The goal is to have a broad range of features that are found in most game framewor…
-
I asked to myself if the Tween instance is properly deleted (and taken by the garbage collector) when it ends ?
Exemple :
```
onClick() {
var animationTween = new TWEEN.Tween(myElement);
animati…
-
Hi Matt,
I have a strange problem with tweenr. Tweening the `position` or `scale` property of a THREEjs object does work however with the `rotation` property nothing happens.
Tweening the rotation p…