Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active August 21, 2023 10:37
Show Gist options
  • Save agragregra/25f26a76cbfb9b5bb430 to your computer and use it in GitHub Desktop.
Save agragregra/25f26a76cbfb9b5bb430 to your computer and use it in GitHub Desktop.
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
}
@mirelasemanjaku
Copy link

Hello,

I tried this to stop animation in the odometer in mobile, but i have no results so far. Can this be used for odometers as well?

@armikhael
Copy link

I love you

@Abogoud
Copy link

Abogoud commented Jan 21, 2019

thanks

@Franklin-raph
Copy link

The content for which the animations are applied are not being displayed on smaller screens. any solutions for this pls?

@saeed-balkani
Copy link

was helpful

@navotera
Copy link

navotera commented Jul 9, 2023

Thank you bro, God Bless you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment