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-11-05 13:26:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4ced53b39b4e8f1697a8dd5066df711bd9669e50
NativeScript
/
apps
/
animations
History
Panayot Cankov
9757bc5ccb
Animations example was clipped in android
2015-10-16 11:48:11 +03:00
..
app.css
…
app.ts
…
main-page.ts
Animations example was clipped in android
2015-10-16 11:48:11 +03:00
main-page.xml
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
model.ts
…
package.json
…