Animate colour for items in a list - one list item at a time #1673
Unanswered
dylan-westbury
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given a simple list:
I am trying to animate the colour of each item in the list (one by one) every 3 seconds (e.g. from black to red) and loop from start to finish.
I can get it to work by only showing 1 item and animating it at a time then hiding it for the next (as the transition applies to
items[index]
and notitems
). Wondering how I can make it work by showing the whole list and only animate the colour for one at a time?I've searched the whole web, and haven't managed to find something similar :)
Beta Was this translation helpful? Give feedback.
All reactions