Skip to content

Instantly share code, notes, and snippets.

@lunalium
Forked from fotinakis/freeze-css-animations.css
Created January 2, 2016 07:03
Show Gist options
  • Select an option

  • Save lunalium/6c7d689b1689b022b02f to your computer and use it in GitHub Desktop.

Select an option

Save lunalium/6c7d689b1689b022b02f to your computer and use it in GitHub Desktop.
Stop transitions and animations in Percy rendering
@-moz-document domain(proxyme.percy.io) {
* {
-moz-transition: none !important;
transition: none !important;
-moz-animation: none !important;
animation: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment