bem-contrib / bem-animations

:bell: Easy and Fast in use (based on Animate CSS)
MIT License
13 stars 6 forks source link

Rewrite animation names for humans #18

Closed belozer closed 8 years ago

belozer commented 8 years ago

In AnimateCSS found the problem names for effects..

(good) FadeInUp - fade-in from down to up (good) FadeInDown - fade-in from up to down (good) FadeOutUp - fade-out to up (good) FadeOutDown - fade-out to down

But... :bomb: (bad!) FadeInRight - fade-in from right to left (bad!) FadeInLeft - fade-in from left to right (good) FadeOutRight - fade-out to right (good) FadeOutLeft - fade-out to left

This naming breaks the understanding in the other animations. bounce, slide.

bem-animations created for humans!

We should rewrite names for all problems.

AleshaOleg commented 8 years ago

The list of broken names:

AleshaOleg commented 8 years ago

Pull request here: #28

AleshaOleg commented 8 years ago

Created new pull request #30