11 Commits

Author SHA1 Message Date
d05426c22d changed mainModule to start(entry) 2016-01-19 17:02:06 +02:00
1c59f7706d Added nativeView.setLayerType(android.view.View.LAYER_TYPE_HARDWARE, null); for complex backgrounds on API Level > 18. (Resolves #1223) 2015-12-12 15:33:04 +02:00
f732224248 Reverted the changes made with commit 700818d (Resolves Issue #1223). Use this to fix visual glitches: view.android.setLayerType(android.view.View.LAYER_TYPE_HARDWARE, null); 2015-12-12 15:14:04 +02:00
700818dd28 Resolved Issue #1223: Android views which have complex backgrounds (i.e. with rounded corners) cannot animate opacity. 2015-12-10 14:56:03 +02:00
c4c92efd8e Implemented #1102: Ability to specify an animation easing, i.e. curve in a platform-independent manner. 2015-11-16 15:22:18 +02:00
e5741b0eb1 Update the xmlns of the target apps 2015-11-09 14:20:01 +02:00
9757bc5ccb Animations example was clipped in android 2015-10-16 11:48:11 +03:00
46921d53f6 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
beef7f9372 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
b1e55f1066 Animations 1.0 2015-07-29 15:24:43 +03:00
09c00cb13b Animations Spike 2015-07-29 15:24:38 +03:00