Skip to content

Commit

Permalink
Removed backgroundIn animation and rewrote fadeIn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Ravnsborg-Gjertsen authored and niklasravnsborg committed Feb 13, 2015
1 parent 8b13f5b commit 661e564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
1 change: 0 additions & 1 deletion assets/css/1-tools/animations/_animations-dir.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
@import 'topDoor'
@import 'leftRight'
@import 'rightLeft'
@import 'backgroundIn'
@import 'textSlide'
19 changes: 0 additions & 19 deletions assets/css/1-tools/animations/_backgroundIn.sass

This file was deleted.

8 changes: 4 additions & 4 deletions assets/css/1-tools/animations/_fadeIn.sass
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
Animation: fadeIn
Source: Dylan Spicker (but like really, no skill needed here) */
Source: Dylan Spicker
Rewrite: niklasravnsborg */

// Initial Class
%animationstart_fadeIn
+position(0,0)
+transition(800ms)
opacity: 0
+transition(opacity 500ms linear 0s)
+size(100%)
top: 0%

// Animation Class
%fadeIn
Expand Down

0 comments on commit 661e564

Please sign in to comment.