Created
January 17, 2018 21:19
-
-
Save Nikolasgrizli/21a23d2253e5d5957afa6f577b9de5d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@for $i from 1 through $n { | |
&:nth-child(#{$i}) { | |
animation: loadIn 2s #{$i*0.11}s $easeOutSine forwards; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment