Skip to content

Commit

Permalink
Fix slide animations
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsnik committed Jun 21, 2018
1 parent 2569f6d commit a9dc221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sass/_animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ $aos-distance: 100px !default;

[data-aos^='slide'][data-aos^='slide'] {
transition-property: transform;
visibility: hidden;

&.aos-animate {
visibility: visible;
transform: translate3d(0, 0, 0);
}
}
Expand Down

0 comments on commit a9dc221

Please sign in to comment.