Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
2k views

How to create custom easing function with Core Animation?

I am animation a CALayer along a CGPath (QuadCurve) quite nicely in iOS. But I'd like to use a more interesting easing function than the few provided by Apple (EaseIn/EaseOut etc). For instance, a ...
6
votes
3answers
266 views

JS tween how to improve?

Im trying to make a simple expo tween, it works, but its a bit jittery and FF seems to hang a bit. What can I do to improve it? var distance = (target - x) * dir; x += (distance / 5) * dir; if (dir ...
3
votes
2answers
85 views

How do I tween two positions with jQuery?

If I have the following markup: <ol class='source'> <li id='1'>first</li> </ol> <ol class='target'> <li id='2'>second</li> </ol> How do I use ...
2
votes
1answer
43 views

Can I control motion tween speed according to timer?

I want to make simple motion tween of analog timer seconds arrow. Can i sync it with specified defined timer on AS3? I know that the regular speed of animation can variate according to system specs. ...
2
votes
4answers
2k views

Android: tween animation of a bitmap

My app implements its own sprites by calling the following in my view's onDraw() method: canvas.drawBitmap(sprite.getBitmap(), sprite.getX(), sprite.getY(), null); The app is a physics ...
2
votes
2answers
411 views

Is it possible to use Android's View Animation package (tween/frame) within Live Wallpaper?

Greetings fellow Droidheads and the like. I am working on a Live Wallpaper project that's getting more complex. I am curious: has anyone figured out a way to use Android's View Animation package ...
2
votes
2answers
505 views

Complex android animations for a 2D game : what approach?

I'm starting a 2D game for Android ( and iPhone later ). I want to animate animals on the screen ( think a cartoon dog ). What is the best approach to do so ? Should I use the built in tweening apis ...
2
votes
1answer
189 views

prevent translate tween from resetting - android

I have a simple translate tween that moves an object up 200 pixels. As soon as it's finished moving, it always bounces back to its original state and I don't want that. I want it to stay where I ...
2
votes
2answers
1k views

as3, flash fl tween transitions freezing

I have a bunch of different tweens going on in different movie clips but it seems that sometimes the tweens will freeze halfway through during my transitions. This guy is having the same problem and ...
2
votes
2answers
568 views

Flash AS3 error when importing 3D-tweened movieclip

I've been working on an AS3 application and it's nearing completion. At the same time, one of the designers I work with has been building a movieclip in a separate .fla that acts as an intro ...
2
votes
2answers
2k views

Tween multiple filters Actionscript 3

I have a circular graphic that has 7 images on it. It needs to spin and stop on the next/previous image. It should spin through more than the 50deg required to get to the next/prev image so I added ...
1
vote
1answer
50 views

animated javascript scrollLeft using XUI

i want to animate my scrollLeft = value using XUI (note that I can't use any JQuery animation for this one). I tried using the tween function as such: x$('#divID')tween(scrollLeft : value + 'px') and ...
1
vote
2answers
79 views

AS3 remove tween before MOTION_FINISH via the movieclip

I've been fumbling with this issue for a bit. I've got a lovely little tooltip movieclip that follows the user's mouse for a few seconds before it removes itself. My problem is that if there is one ...
1
vote
2answers
103 views

flash as3 - using tweenmax and flash's graphics class together

I'm trying to find a good way to use TweenMax and flash's drawing class together, but it always bogs down and crashes the flash player, and I can't really figure out what's going wrong. Really all I ...
1
vote
1answer
40 views

Possible to make tweens happen at the same time with Greensock Timelinelite?

Is it possible to make tweens happen at the same time with Greensock Timelinelite? I know it could be possible to fake it by putting a negative delay in but that's not very accurate. Any ideas would ...
1
vote
1answer
247 views

Android Speedometer (Needle Gauge)

Creating a simple app that calculates the speed your going and displays it in a speedometer graphic. I can do all the speed calculations, gps calculations etc.. but i am not too sure about the ...
1
vote
1answer
59 views

best property to manipulate when tweening dom objects with a js library

i'm searching for the best and performant way to animate some elements (with jquery or mootools). for example, if i have to move an element, it's better to: absolutely positioning it and use top or ...
1
vote
2answers
82 views

mootools | overwrite propery of a tween without create new tween everytime

Is there a way to overwrite the property of a tween? If I write el.set('tween', {duration: ‘long’, onComplete: callback}); and then el.set('tween', {duration: 200, onComplete: secondcallback }); ...
1
vote
2answers
180 views

Timeline animation and AS3 Tween Class

Is there a way (using the AS 3 Tween Class, NOT TweenMax) to speed up a timeline animation?
1
vote
1answer
450 views

pivotX and PivotY on ScaleAnimation has no effect

I'm trying to scale a View equivalent to the right and left from center of a View using ScaleAnimation . Whatever values I set for pivotX and PivotY it always scale in the same way (like right edge ...
1
vote
1answer
1k views

CSS3 Sprite Animation without tweening

Read below for my final edit! Is it possible to use CSS3 animations without having the animations tween between frames? For example, I have an image that I have two character animation sprites on. ...
1
vote
1answer
122 views

Using TweenMax with filters created in the Flash IDE

Is there a way to get TweenMax to tween the filters of an DisplayObject where The filters are added in the Flash IDE. I want to Tween between two states and it would be nice if I could do it without ...
1
vote
2answers
189 views

Clicking Text Element in Tween Halts Animation

I've been having some trouble with tweens. Here's a description of my usage: I have a system where a textbox is the child of a movieclip. When you click the "Next" button, the movieclip fades to ...
1
vote
3answers
168 views

“this” is undefined

I am a java/php developer helping someone with actionscript. I don't understand why "this" is undefined in the below code. this is only a snippet of the code, but hopefully it's gives an idea of ...
1
vote
5answers
375 views

Great animation engines for Javascript? - Javascript/Animations

I'm trying to implement a timeline based animation, where animations will be able to be: paused resumed fast forwarded slowed down reversed ... Are there any animation/tweening engines for ...
1
vote
1answer
415 views

ActionScript 3 - Tweening rotateAroundExternalPoint

i'm unsuccessfully trying to rotate a rectangle around an external point while tweening. i'm trying to lock the top of the red rectangle to the line while it tweens from left to right and rotates ...
1
vote
0answers
399 views

How can I find the current position of a View when it's being translated by a tweening animation?

I have a View in an Android application, which is used to show a graphic. This View is being animated by a translation animation, specified in an XML file. In my case, the translation is moving the ...
1
vote
4answers
1k views

Tween library for AS3

Could someone recommend me of a good Tween library for AS3 (for use with Flash, not Flex)
1
vote
2answers
2k views

Add/Tween/Remove - Multiple instances of the same MC (Tweenlite)

I'm trying to create a simple loop that adds a random number of stars, fades them out and removes them. The script I've come up with does everything but remove them, and perhaps I need a less on ...
1
vote
1answer
1k views

OpenGL ES on Iphone: simple 2D animation (interpolation/tween)

I'm working on an app that basically revolves around 2D shapes (mostly simple polygons) being dynamically drawn and animated. I'm looking for a way to easily time my animations. It's basically just ...
1
vote
2answers
1k views

FLash: Error when trying to use setChildIndex and TweenLite to create a button rollOver effect

Hi again everyone :) So today I'm trying to basically create a simple glow effect on button rollOver. I may be over complicating things, but the way I'm going about this is by having 2 ...
1
vote
4answers
1k views

Tween a value in iPhone objective-C

Is it possible to tween a variable (let's say a float from 0.0 to 2.0 over a period of time) in objective-C? Something like what TweenMax would do in flash. I guess the class methods of UIView don't ...
1
vote
2answers
1k views

Tweening a Rounded Rectangle in Actionscript 3

I would like to tween between a short rounded rectangle and a tall rounded rectangle. (I only want deal with the height - no other parameters). I am programming with actionscript 3. My tweening ...
1
vote
2answers
527 views

Does setting properties in AS3 prevent timeline tweens?

If I have a movieclip that has a class assigned to it and I change a property of that movieclip in code, it seems that the property can no longer be tweened on the timeline. For example, if my class ...
1
vote
2answers
2k views

Flex tween classes

I've been told several times or I've read in various places (can't remember where exactly right now) not to use Tween classes from the Flex SDK but to use instead other animation libraries like ...
0
votes
0answers
14 views

Android tween rotation and traslation problems

I'm a newbie in Android development and I'd like to draw the simple movement of a ball rolling from the left to the right side of the display. I joined the 2 movements in this set: <?xml ...
0
votes
2answers
44 views

Infinite horizontal scroll at constant speed in AS3 using TweenLite

I need to do an endless horizontal scroll of elements within a parent MovieClip. No matter what ever method I try, an element of 'drift' occurs and eventually the elements start to overlap. I've ...
0
votes
2answers
20 views

Extract tween values from tween.js

If i had a tween with a running duration of 2000ms and i wanted to extract the tweened value at 1000ms, how would i go about doing this? I am using Tween.js @ http://github.com/sole/tween.js var ...
0
votes
1answer
39 views

iOS Core Animation Value Interpolation

As I know, putting it simply, Core Animation actually works by interpolating property value over time. Given this, is there any way to interpolate the property to a specific time? For example I have ...
0
votes
2answers
37 views

Calling the function within that function and later stopping the loop - Starting & Stoping Functions

I am making a character walk. This code will make him wobble to the right and when thats done it will trigger him to wobble to the left and then call the function again to continue the loop. I can ...
0
votes
1answer
55 views

Visualize mathematical functions

I want to make something like this visualizer. How is it possible to plot function like that? Robert Penner also did the same thing, or is that just an image? Is this possible using only the Graphics ...
0
votes
1answer
49 views

Applying translate and scale animations sequentially

I'm trying to create some kind of gallery view for my game's level select menu. There are three items placed horizontally and two buttons: left and right. When I press the right button those three ...
0
votes
1answer
16 views

actionscript tween not running

i've just started actionscript-ing and I encountered problems about tween... Basically, i want my object to fade out in 5 seconds... here's my code : import flash.display.Sprite; import ...
0
votes
1answer
33 views

tween library in flex mobile app

I want to tween the alpha of a picture in a flex mobile app. I've tried tweenlite but it runs too fast. Is there any optimised way of doing it, or linking in objective C code ? thanks
0
votes
2answers
32 views

AS3 Many tweening problems

I am having huge problems with AS3 and the tweening class. It just stops for no apparent reason... My code is a menu of side panels that slide in-and-out when the user clicks the tabs. It looks as ...
0
votes
1answer
17 views

Tweening a filter in an array not happening as expected

I have this array of MovieClips (btnArr) and array of GlowFilters (gloArr): var btnArr:Array = new Array(aBtn, bBtn, cBtn); var gloArr:Array = new Array(); var glow:GlowFilter = new ...
0
votes
1answer
45 views

tweening two properties in Flash

I use this to tween many parameters var tween:Tween = new Tween(imageObject, "x", Regular.easeIn, imageObject.x,nextImageObject.x-imageStep, 1, true); var tween1:Tween = new ...
0
votes
2answers
29 views

how to make the images appear one by one? flash as3

i'm trying to make my images appear one by one, but they come on screen all together : for (var i=0; i<myImages.length; i++){ myImages[i].alpha = 0; myImages[i].buttonMode = true; ...
0
votes
1answer
74 views

Is it possible to create a motion tween in as2 code

Is it possible to make a motion tween with as2 code only ( not with timeline). If it is, then can you please tell me how to do it?
0
votes
1answer
31 views

First image in gallery is stuck

Solved This is now solved: In the tmbLoaded function all I had to do was place the if/else statement after photoBmp and photoBack creation and remove the tween inside the if/else statement. Also, I ...

1 2 3