docs
docs copied to clipboard
doc tell is diffrent with source code: "Native CSS animations are applied in the same way as CSS transitions, with the difference being that *-enter-from is not removed immediately after the element is inserted, but on an animationend event"
at the CSS Animations parts
-
Native CSS animations are applied in the same way as CSS transitions, with the difference being that *-enter-from is not removed immediately after the element is inserted, but on an animationend event
- it's not the true :
*-enter-fromremote at nextFrame notanimationendnextFrame(() => { removeTransitionClass(el, isAppear ? appearFromClass : enterFromClass) // just remove `*-enter-from` in nextFrame- and i tried console.log ; result is also remove
*-enter-fromin nextFrame
- and i tried console.log ; result is also remove