diff --git a/assets/css/1-tools/animations/_animations-dir.sass b/assets/css/1-tools/animations/_animations-dir.sass index 5ede4b17..01c71b66 100644 --- a/assets/css/1-tools/animations/_animations-dir.sass +++ b/assets/css/1-tools/animations/_animations-dir.sass @@ -7,5 +7,4 @@ @import 'topDoor' @import 'leftRight' @import 'rightLeft' -@import 'backgroundIn' @import 'textSlide' \ No newline at end of file diff --git a/assets/css/1-tools/animations/_backgroundIn.sass b/assets/css/1-tools/animations/_backgroundIn.sass deleted file mode 100644 index 53d7b27a..00000000 --- a/assets/css/1-tools/animations/_backgroundIn.sass +++ /dev/null @@ -1,19 +0,0 @@ -/* - Animation: backgroundIn - Source: Dylan Spicker (but like really, no skill needed here) */ - -// Initial Class -%animationstart_backgroundIn - top: 0% - +size(100%) - +transition(800ms) - background: transparent !important - - & strong - +transition(800ms) - text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black - -// Animation Class -%backgroundIn - left: 0% - background: fade-out($accent, 0.4) !important \ No newline at end of file diff --git a/assets/css/1-tools/animations/_fadeIn.sass b/assets/css/1-tools/animations/_fadeIn.sass index a6be53da..64b0df66 100644 --- a/assets/css/1-tools/animations/_fadeIn.sass +++ b/assets/css/1-tools/animations/_fadeIn.sass @@ -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