Skip to content

Commit

Permalink
#24: remove animated header and update used by
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpoort committed Oct 23, 2018
1 parent 62e0035 commit eb247ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Illusion is an opinionated, mobile-first, progressive enhanced, accessible, SCSS
- [Brouwer Tours](https://www.brouwertours.nl)
- [Anton Goudsmit](http://antongoudsmit.nl)
- [GGNet](http://ggnet.test/)
- [Brouwer Tours](https://www.brouwertours.nl/)
14 changes: 0 additions & 14 deletions docs/_scss/_shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ header {
width: 220%;
height: 220%;
background: linear-gradient(248deg, $color1, $color2, $color3);
transform: translate(0, 0);
animation: headerAnimate 20s ease infinite;
}

h1 {
Expand All @@ -43,18 +41,6 @@ header {
}
}

@keyframes headerAnimate {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(-50%, 0);
}
100% {
transform: translate(0, 0);
}
}

nav {
@include clearfix;
padding: $spacing-m 0;
Expand Down
Loading

0 comments on commit eb247ed

Please sign in to comment.