What is the transition animation scheme suitable for use in vue projects?

add transition animation to the developed Vue project, which requires less changes, and can also provide cool effects (such as breaking , vortex gradually disappearing and other special effects). Do you have any good plans?
1 vue2-animate
2 animate.css

this is the currently used solution, and both scenarios 1 and 2 are easy to use, which is exactly what I want, but has fewer built-in special animations , and alone can not achieve the desired goal .

apart from writing CSS manually, do you have any other plans?
such as introducing a CSS library to supplement

UI is less involved. Recently, there are not too many good solutions. I hope you can give us more advice

.

Thank you for the invitation.
as you said, breaking and eddies fade out, which generally have to be achieved on their own, and it is very difficult to do it only through css, such as this breaking effect, it is estimated that canvas

should be used.
Menu