kiranjd / rn-animation

Visualizing and implementing animations in React Native using Animated API
0 stars 1 forks source link

Implement Activity Indicator as in Android #7

Open kiranjd opened 4 years ago

kiranjd commented 4 years ago
Screenshot 2020-07-09 at 9 06 44 AM

https://reactnative.dev/docs/activityindicator#hideswhenstopped-div-classlabel-iosiosdiv

kiranjd commented 4 years ago
  1. Use PI to get only part of the circle
  2. Rotate the part from 1. Speed optionally should be controllable
  3. Increase or decrease the circumference of the segment from 2

More fine-tuning will be required

kiranjd commented 4 years ago

@Sukshith27 FYI