tween
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);[详细]
2023-02-20 01:28 分类:问答AS3 tweener animation jerking
I currently have a grid of sprites that contain bitmap data 开发者_如何学Python(photographs) as children of a container sprite. I\'m using this tweener library to move the container sprite to centre a[详细]
2023-02-15 23:03 分类:问答How to create custom easing function with Core Animation?
I am animating 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 bo[详细]
2023-02-14 09:38 分类:问答Scale & translate animation in 2 steps
I need to make rather simple animation: ImageView should appear from left top corner to the center and then disappear in the top right corner. Here\'s my XML code. The problem is that ImageView goes b[详细]
2023-02-14 02:21 分类:问答AS3- Fader Tween only working on some movie clips but not all
This is my first time coding a website using ActionScript. The website is constructed in a very simple manner, there are five main pages and they are connected by buttons on a static navigation bar (t[详细]
2023-02-13 06:10 分类:问答AS3 Tween Easing
I\'ve set a hover on and hover off tween to a certain element in flash, where you hover over an element, and an informational window slides in off the bottom, and when you hover off it slides back. Ho[详细]
2023-02-13 02:08 分类:问答How to know when the yoyo will finish?
I want show a trace(\"test\") at the end of the yoyo How to know when the yoyo will finish? I\'m using AS3[详细]
2023-02-08 13:56 分类:问答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 开发者_Go百科a cartoon dog ). What is the best approach to do so ?[详细]
2023-02-08 03:19 分类:问答Actionscript 3 Event Target in XML Menu
I have a Image XML menu that works well, but with a litle problem with target in TweenMax. I will post only the code that is relevant to resolve the problem, I hope :D .[详细]
2023-02-03 22:07 分类:问答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?[详细]
2023-01-31 11:28 分类:问答