universal-tween-engine icon indicating copy to clipboard operation
universal-tween-engine copied to clipboard

The Universal Tween Engine allows you to create smooth interpolations on every attribute from every object in your projects!

Results 7 universal-tween-engine issues
Sort by recently updated
recently updated
newest added

What is the correct way of creating custom easings like you can in GSAP? It seems the library has been prepared for it as for example there is a param_s...

The demo site mentioned in the readme ( http://www.aurelienribon.com/universal-tween-engine/gwt/demo.html ) redirects to the main website.

Please add maven support

I wish to use UTE at the server side. **Requirement:** I will have dynamic user data with which I will be creating animation frames in a batch. Those animation frames...

I've posted a question on stackoverflow. Is it possible to end a tween before killing it? http://stackoverflow.com/questions/32745598/how-to-finish-or-end-a-tween-instantly-with-universal-tween-engine

I'm using Google PlayN(Java) (1) Am I creating the timelines correctly? all of my timelines are generally created this way. //**************************************************************************************************************** public static Timeline doSexyZoomScaleIn(ImageLayerContainerLocal ilc,float delay){ Timeline animationTimeline =...

Hey, I am running into a pretty weird problem: I have two TweenAccessors that handle totally different classes and that live inside two different classes as well. But when I...