I also have the same problem. I want to have multiple navigation tiles/links on the page. I build this with component with hover state and repeat pattern. Daniel Wabyick is right, I need to wait for the hover out animation before the next hover animation can start (I also did not recognized why before his answer). And this is very poor for such a use case of navigation menus and I think also for others.
I hope this will be improved soon, otherwise I have to remove the animations everywhere again.
But I also had trouble to make the animation working correctly, sometimes it seems also laggy and not all set times are used for all elements. And I saw, that the single component worked well, but in a repeat pattern it ignores times and pops in the hover state. That is annoying.
I also have the same problem. I want to have multiple navigation tiles/links on the page. I build this with component with hover state and repeat pattern. Daniel Wabyick is right, I need to wait for the hover out animation before the next hover animation can start (I also did not recognized why before his answer). And this is very poor for such a use case of navigation menus and I think also for others.
I hope this will be improved soon, otherwise I have to remove the animations everywhere again.
But I also had trouble to make the animation working correctly, sometimes it seems also laggy and not all set times are used for all elements. And I saw, that the single component worked well, but in a repeat pattern it ignores times and pops in the hover state. That is annoying.