Category "transition"

problem with vue3 animation when using dynamic component

I want to add animation for two components , this is my code : let activeComponent = ref('Login') </script> <template> <Transition name="fad

How to apply different animations to an old page during the transition?

I have a panel as a tabbar at the bottom with custom animation and with page names. I have 5 pages that can be switched with the next animation: the new page sh

Set default transition for go_router in Flutter

as the docs from go_router describe, it is easy to set pageBuilder-Transitions for single pages. However, I want to set the default PageTransition for all pages

Looping Animation of text color change using CSS3

I have text that I want to animate. Not on hover, for example but continually changing slowly from white to red and then back to white again. Here is my CSS co