-
-
Save bkerley/4033942 to your computer and use it in GitHub Desktop.
This file contains 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 35 | |
.picture:nth-child($i) | |
+animate(fadeIn, 1s, ($i)s) |
This file contains 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
@mixin animate($a, $b, $c) | |
display: none | |
@for $i from 1 through 35 | |
.picture:nth-child(#{$i}) | |
+animate(fadeIn, 1s, #{$i}s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BOOM! Make the Ruby happen, only thing I could think of that looks off.