ingram-projects / animxyz

The first truly composable CSS animation library. Built for Vue, React, SCSS, and CSS, AnimXYZ will bring your website to life.
https://animxyz.com
MIT License
2.42k stars 56 forks source link

Can i use this with petite-vue? #77

Closed ricky11 closed 2 years ago

ricky11 commented 3 years ago

petite-vue does not have vue transitions built in? in this case can i use it in normal html mode?

mattaningram commented 3 years ago

I don't think you can import the Vue plugin/component, but you can use the AnimXYZ CSS file it as if it was normal HTML and just use the xyz attribute and classes.

milesingrams commented 2 years ago

Only way to use it without the core vue transitions would be to go the pure CSS route. Definitely effective but wont have exit animation capability. Still might look good though!