tgdev / animate-sass

A Sassy version of Dan Eden's Animate.css
482 stars 67 forks source link

on FadeInRight, FadeOutRight the effect is different from the original Animate.css #30

Open FerchoCarcho opened 8 years ago

FerchoCarcho commented 8 years ago

@tgdev in your Sass _fadeInRight.scss _fadeOutRight.scss you have the $base-distance * 2 variable instead of 100% but the effect makes the fadeIn & fadeOut slow, very different from the original. I had to change it to 100% again.

Can you explain why you changed it?

tgdev commented 7 years ago

Hey @FerchoCarcho ,

There's a good chance my variable was from a super early version of the original animate.css repo.

Happy to change it to the 100% values.

Will let you know when it's done.

ciriousjoker commented 6 years ago

...So, is it done yet?