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-16 11:42:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
NativeScript
/
ui
/
animation
History
Rossen Hristov
8f4e95249f
Fixed
#820
: The x and y components of an Android translate or scale animation are not animated together when delay is specified.
2015-10-16 16:19:18 +03: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
Fixed
#820
: The x and y components of an Android translate or scale animation are not animated together when delay is specified.
2015-10-16 16:19:18 +03: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