official website link:
ide/transitions.html-sharpCSS-%E5%8A%A8%E7%94%BB" rel=" nofollow noreferrer "> css Animation in vue
CSS animation is the same as CSS transition, except that the v-enter class name is not deleted immediately after the node inserts DOM, but when the animationend event is triggered.
according to the demo on the official website, I added the bounce-enter class, but I didn"t see the effect. First of all, I was not sure what the above reference meant, and the test code I wrote had no corresponding effect. Why?
.bounce-enter{
color: blue;
}
Test address: corresponding test address on codepen