Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #160 from Galooshi/disable-animations-better
Browse files Browse the repository at this point in the history
Disable animations via animation-play-state
  • Loading branch information
trotzig committed Sep 29, 2016
2 parents 8106b9f + c0d0626 commit e50aa24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/happo/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;

-webkit-animation-duration: 0 !important;
-moz-animation-duration: 0s !important;
animation-duration: 0s !important;

-webkit-animation-play-state: paused !important;
-moz-animation-play-state: paused !important;
animation-play-state: paused !important;
}

body {
Expand Down

0 comments on commit e50aa24

Please sign in to comment.