animate-css / animate.css

🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
https://animate.style/
Other
80.54k stars 16.22k forks source link

Naming mistake in animate.css flippers (X and Y axis) #1572

Open artisticLogicMK opened 2 years ago

artisticLogicMK commented 2 years ago

Describe The Bug

I noticed in animate.css that the flipper animations are named incorrectly. 'X axis' is mistaken for 'Y axis.'

flipInX and flipOutX should flip horizontally on X axis but they flip vertically on Y axis. flipInY and flipOutY should flip vertically on the Y axis but they flip horizontally on the X axis.

Steps To Reproduce

No response

Expected Behavior

No response

Screenshots

No response

Desktop

No response

Smartphone

No response

Additional Context

No response

eltonmesquita commented 2 years ago

You are right! Thanks for catching this one, it should be fixed on v5 as this is a breaking change

warengonzaga commented 2 years ago

I'll take it @eltonmesquita

warengonzaga commented 2 years ago

PRed @eltonmesquita, thank you for the report @artisticLogicMK

warengonzaga commented 2 years ago

pushed a fix for v5 release #1583