Guest User

Untitled

a guest
Feb 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. const result = Animated.modulo(
  2. Animated.add(phase, Math.PI * 2 + angle),
  3. Math.PI * 2
  4. );
Add Comment
Please, Sign In to add comment