Refactor intro animations into a separate SASS variable (#1147)

This commit is contained in:
Peter Dimou
2017-08-02 12:27:01 -04:00
committed by Michael Rose
parent 822fa4d1f8
commit 5b4baee3b5
9 changed files with 25 additions and 24 deletions

View File

@@ -5,8 +5,8 @@
.masthead {
position: relative;
border-bottom: 1px solid $border-color;
-webkit-animation: intro 0.3s both;
animation: intro 0.3s both;
-webkit-animation: $intro-transition;
animation: $intro-transition;
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
z-index: 20;