09-22-2020 21:54
09-22-2020 21:54
Hi all, am a Newbie building fitbit clock faces.
Is there a way to get continuous, sweeping movement for second hand on the basic Analog clock?
09-23-2020 06:41
09-23-2020 06:41
There's a few ways you might be able to do it. The limitations will be in what properties you can change in your JS code and how "jumpy" the animation may appear following adjustments.
Check out this guide on animations for more details and ideas: https://dev.fitbit.com/build/guides/user-interface/animations/
09-23-2020 13:14
09-23-2020 13:14
If SVG animations can't do it, you could try requestAnimationFrame.