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.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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
Best Answer