Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Disable all animation for split content

Home / Forums / Pinnacle Theme / Disable all animation for split content

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
January 10, 2019 at 9:48 am

Hi-

Is there a way to disable all animation for Split Content?

I’ve already turned off Animation In in Theme Options > Misc Settings, and added this CSS:

* {

-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important;

}

Thank you very much!

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.