Skip to content

Commit

Permalink
Remove homepage slide animations.
Browse files Browse the repository at this point in the history
Fixes #1194
  • Loading branch information
samccone committed Mar 13, 2015
1 parent ff084f0 commit f9e8bdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions site-assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ header nav a:not(:last-child) {
font-size: 17px;
display: flex;
flex-wrap: wrap;
transition: height .5s ease-in-out;
}

.applist li {
Expand Down Expand Up @@ -333,15 +332,6 @@ a.zocial {
border-radius: .3em;
}

@keyframes swoosh-in {
from { opacity: 0; transform: translateX(-500px); }
to { opacity: 1; transform: translateX(0); }
}

.anim-swoosh-in {
animation: swoosh-in 0.5s;
}

@media (max-width: 480px) {
.credit a {
display: block;
Expand Down
1 change: 0 additions & 1 deletion site-assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@

var isSelected = el.dataset.appList === selected;
el.style.display = isSelected ? 'block' : 'none';
el.classList.toggle('anim-swoosh-in', isSelected);
if (isSelected) {
this.adjustHeight(el);
}
Expand Down

0 comments on commit f9e8bdc

Please sign in to comment.