19 Commits

Author SHA1 Message Date
Jacob Lauritzen
f543781053 Migrate to renderChildren-prop 2018-04-02 17:45:55 +02:00
Alexis Mangin
d91325a6f4 Expose easing and rename performLinearAnimation to performTimingAnimation 2018-03-13 14:20:28 +00:00
Jacob Lauritzen
f198080ef2 Proper Android unlocking. Reverts #105. Fixes #106, #79, #65 etc 2018-03-02 12:08:24 +01:00
Jacob Lauritzen
4be3f4e314 Improve readability 2017-12-29 10:05:48 +01:00
Markus Lindqvist
dfdb4c01d5 Fix bug on Android where the drawing is not displayed after the app is backgrounded / screen is turned off. Restart the animation when the app comes back to the foreground.
Bump version to 0.1.2.

Adapted from gamingumar's PR.
2017-12-27 21:40:05 +02:00
Markus Lindqvist
c0c983395e Fix bug #45, linear animation is not actually linear 2017-11-21 14:30:49 +02:00
Markus Lindqvist
8049ad1554
Merge pull request #76 from soledaddiez/master
Add callback function when animation completes.
2017-11-20 18:09:47 +02:00
Jay Stramel
85eb3c4d78 Using ViewPropTypes.style to fix a production crash issue. 2017-10-23 20:23:11 -06:00
Soledad Diez
0147a107e1 Add callback function when animation completes.
If the animation finished running normally, the completion callback will be invoked with {finished: true}. If the animation is done because stop() was called on it before it could finish (e.g. because it was interrupted by a gesture or another animation), then it will receive {finished: false}.
2017-09-01 16:03:22 +12:00
Andrei Ciceu
8080943e8b Modified oneOf to oneOfType for new PropTypes 2017-06-29 17:13:46 +03:00
Andrei Ciceu
dd9c1f8d6a Replace type props, for React 15.5+ 2017-06-29 17:02:58 +03:00
Patrick Haug
86d7766052 tintColor, backgroundColor could be string or object in form of Animated Value 2017-02-10 20:27:55 +01:00
Goran Gajic
c1a99599c5 fix react include because 0.25 warnings 2016-05-08 23:38:33 +02:00
Marc Shilling
2c04c79d51 Add function performLinearAnimation 2016-04-12 17:00:56 -04:00
Goran Gajic
5c4bdea83d fix style validation 2016-03-04 19:23:57 +01:00
Jesse Sessler
8193e8a449 pass tension and speed as props 2016-02-05 10:29:34 -05:00
Jesse Sessler
853eecc461 add speed prop 2016-02-04 08:15:14 -05:00
Anthony Regeda
3c1077b271 Added prefill property 2015-12-21 15:58:39 +03:00
bgryszko
4d6676b476 Initial commit 2015-10-27 16:09:26 +01:00