app/assets/stylesheets/modules/glitch/_glitch.sass in oulu-0.11.2 vs app/assets/stylesheets/modules/glitch/_glitch.sass in oulu-0.11.3
- old
+ new
@@ -1,10 +1,11 @@
-keyframes noise-anim
++keyframes(noise-anim)
$steps: 20
@for $i from 0 through $steps
#{percentage($i * 1 / $steps)}
clip: rect(random(100) + px, 9999px, random(100) + px, 0)
-keyframes noise-anim-2
+
++keyframes(noise-anim-2)
$steps: 20
@for $i from 0 through $steps
#{percentage($i * 1 / $steps)}
clip: rect(random(100) + px, 9999px, random(100) + px, 0)