09-13-2018 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-13-2018 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
hi all,
i'm creating a clock face and would like to show the stats one at a time. Pressing the screen id like to animate the next one in but i cant see how to do this.
if i was building a web page id have them all as list elements and hide / show them accordingly but with this i see i need to use the use element. are there any examples?
Answered! Go to the Best Answer.

Accepted Solutions
09-13-2018 12:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-13-2018 12:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Check out the cycleview component. https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#cycle-view
You can see it in action in the Moment clock face https://github.com/Fitbit/sdk-moment

09-13-2018 12:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-13-2018 12:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Check out the cycleview component. https://dev.fitbit.com/build/guides/user-interface/svg-components/views/#cycle-view
You can see it in action in the Moment clock face https://github.com/Fitbit/sdk-moment

09-13-2018 12:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-13-2018 12:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Excellent thanks that is exactly what i wanted , thanks for the quick reply

