34 Commits

Author SHA1 Message Date
rajpootathar
5dc4627947
fixed crash if onFillChange is not provided
onFillChange is not required by default.
2020-10-05 16:32:03 +05:00
yigithanyucedag
b405cc4a74 listener added for fill animation 2020-08-27 10:29:48 +03:00
aboveyunhai
8f362545ee Fix: useNativeDriver cause props undefined. 2020-01-27 13:01:54 -05:00
Diego Lopez
f3a50dd0af Add explicit useNativeDriver to AnimatedCircularProgress 2020-01-14 12:38:37 +00:00
Talha Azhar
b91b0f95b9
Update AnimatedCircularProgress.js 2019-09-04 09:45:31 -07:00
Talha Azhar
48855cad20
removing debugging log code 2019-09-04 09:44:50 -07:00
talhaazhar
4e0ca4ad86 Dynamic fill color addressing Issue #188 2019-09-03 13:45:35 -07:00
Jacob Lauritzen
07f332cbeb More code style 2019-03-13 11:12:14 +08:00
Lucas Bento
1a37f2bb05 fix issue with circle not animating when is equal to 0 2019-02-26 08:45:13 +01:00
Nairi Narinyan
681413a2c2 reanimate and return animation to control 2018-11-04 20:47:31 +04:00
Jacob Lauritzen
086d7cd928 Return animation, new default easing 2018-06-28 12:21:19 +02:00
Jacob Lauritzen
2474fdbd7c Fixes 2018-06-25 16:46:28 +02:00
Jacob Lauritzen
11f9464ab3 Converge animations, move to PureComponent 2018-06-25 16:16:27 +02:00
Grzegorz Mandziak
f1ff66afa2
Merge pull request #1 from bgryszko/master
merge
2018-05-24 08:59:31 +02:00
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
Grzegorz Mandziak
125f6f4561 change propTypes to access object for size prop.
Use Case - Animated value with interpolation,
2018-01-04 22:48:47 +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