14 Commits

Author SHA1 Message Date
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
50402e20b1 FIX: Set both translate and scale values after animation end 2015-11-27 15:32:09 +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
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
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
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +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
15eb5d29c8 Fixed: Android animations that animate a property to its current value do not run. #759 2015-09-21 10:28:30 +03:00
e18e7777a1 Added View.translateX, View.translateY, View.scaleX, View.scaleY, View.rotate properties. 2015-09-03 11:46:12 +03:00
4c03cddbd6 Fix tslint error
Change module-merge to use the global merge function
2015-08-03 13:49:22 +03:00
64ab2e1e2e Fixed a tslint error. 2015-07-30 16:41:16 +03:00
f1b2f068d0 Fixed Issue #513: Android backgroundColor animation is not gradual 2015-07-30 16:19:23 +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