This website requires JavaScript.
Explore
Help
Register
Sign In
javascript
/
NativeScript
Watch
1
Star
0
Fork
0
You've already forked NativeScript
mirror of
https://github.com/NativeScript/NativeScript.git
synced
2025-08-15 19:26:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
NativeScript
/
ui
/
animation
History
Panayot Cankov
a3d762d6c6
When android animation is interrupted by a second animation, the first animation will not try to set the animated properties on the view.
2015-10-30 11:52:28 +02:00
..
animation-common.ts
Fixed: If an Animation instance is played more than once, the same promise is resolved each time leading to unexpected results.
#774
2015-09-21 13:27:10 +03:00
animation.android.ts
When android animation is interrupted by a second animation, the first animation will not try to set the animated properties on the view.
2015-10-30 11:52:28 +02:00
animation.d.ts
Fixed: If an Animation instance is played more than once, the same promise is resolved each time leading to unexpected results.
#774
2015-09-21 13:27:10 +03:00
animation.ios.ts
Move from begin/commit animation blocks to keyframe animations, they handle continuation from the current state. There is a new "Sequence" animation in the "animations" app that displays a sequence of animations that used to be buggy in iOS (the animated object was jumping around) but should now display a nice continuos animation. The problem that has been fixed appeared only when multiple properties that affect transform are animated: rotate + translate or scale + translate.
2015-10-15 12:16:30 +03:00
package.json
Animations Spike
2015-07-29 15:24:38 +03:00