Skip to content

Commit

Permalink
fix small error in fading dots animation
Browse files Browse the repository at this point in the history
small glitch in 37.5 keyframe has the 100% dot set to 20%
  • Loading branch information
jebramwell committed Oct 20, 2015
1 parent 41b2111 commit 5408d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/load5.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
box-shadow:0em -2.6em 0em 0em fade(@foreground,20%),
1.8em -1.8em 0 0em fade(@foreground,50%),
2.5em 0em 0 0em fade(@foreground,70%),
1.75em 1.75em 0 0em fade(@foreground,20%),
1.75em 1.75em 0 0em fade(@foreground,100%),
0em 2.5em 0 0em fade(@foreground,20%),
-1.8em 1.8em 0 0em fade(@foreground,20%),
-2.6em 0em 0 0em fade(@foreground,20%),
Expand Down

0 comments on commit 5408d6a

Please sign in to comment.