EasyUI Forum
April 25, 2024, 11:51:49 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: mobile go without animation  (Read 6957 times)
thiago_brum
Newbie
*
Posts: 26


View Profile Email
« on: July 13, 2016, 07:48:54 AM »

How can I get mobile.go without animation?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: July 13, 2016, 05:51:39 PM »

Please try to override the 'm-in' and 'm-out' CSS definitions.
Code:
<style>
.m-in{
    -webkit-animation-duration: 1ms;
}
.m-out{
    -webkit-animation-duration: 1ms;
}
</style>
Logged
thiago_brum
Newbie
*
Posts: 26


View Profile Email
« Reply #2 on: July 14, 2016, 04:32:00 AM »

Perfect. Thanks!!!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!