//animation@-webkit-keyframes rise 0% margin-top: 500px 100% margin-top: -230px @mixin rise_animation -webkit-animation: rise 1s -moz-animation: rise 1s -o-animation: rise 1s animation: rise 1s
I tried looking everywhere but couldn't find how people are doing it in SASS files..
does anyone here know whats the syntax is?
or is it only possible in SCSS at the moment?
this is how i'm doing it: