usablica / kissui.scrollanim

CSS3 scroll animation library
http://scrollanim.kissui.io/
MIT License
1.42k stars 131 forks source link

Convert css to sass file #7

Closed geosigno closed 8 years ago

geosigno commented 8 years ago

Would it be possible to translate the animation.css to sass. Then we would be able to chose only style we need. For example, in my case, I only use fadeIn style, but still the css file is 55ko.

afshinm commented 8 years ago

We don't have an internal css file and I think it would be possible to replace a sass version of animate.css. I'm marking this as a enhancement.

afshinm commented 8 years ago

sorry for the delay @geosenna. we don't have any css files and we are just using the animate.css for animations. Googled and found this one: https://github.com/geoffgraham/animate.scss

Hope this helps.