fieldsye / actuate

Automatically exported from code.google.com/p/actuate
0 stars 0 forks source link

Fade in doesn't work correctly in android #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add 3 elements with alpha 0
2. Apply fade in to alpha 1 in the 3 elements

What is the expected output? What do you see instead?
The first one appears but with not fluid fade in, the second one stays like 50% 
alpha and the third one stays almost transparent

What version of the product are you using? On what operating system?
Actuate 1.40 in Android (in Flash it works ok)

Please provide any additional information below.
The line y execute for each element:
Actuate.tween (_sprite, .75, { alpha: 1 });

It might be important that just before the fade in, there are another 3 
elements in those positions that fade out and dispose
Actuate.tween (_sprite, .5, { alpha: 0 } ).onComplete(dispose);

Original issue reported on code.google.com by gexplor...@gmail.com on 3 May 2012 at 8:30