Rank: Advanced Member
Joined: 9/21/2010 Posts: 33 Points: 99 Location: Richardson, Tx
|
Hello Guys,
I have a request from my client to disable slide transitions globally (or at least be able to tweak timing, style, etc.). I saw something in the release notes saying this was doable, but no examples. Do you have something I can review?
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
This is something you can do simply through a global JS variable:
ME_SLIDE_DIR = "none";
just put that at the top of a js file that is in your theme. Additionally, you can modify the AJAX loading animation icon this same way:
ME_LOADER_IMG = "/_layouts/images/Custom/ajax-loader.gif";
For timing and style, you would have to augment the JS method responsible for the animation, which goes back to your other post. Again, the next version has great enhancements to your control over animation.
-joe
|