Soma Posted October 8, 2013 Share Posted October 8, 2013 What if we make the animation able to configure so you could set a time or turn it off with 0. I'm sick of the animation taking long time when it needs to open a branch on 3-4 level. something like in the module settings of ProcessPageList or through $config? $config->pageListAnimationDuration = 100; $config->js(array('pagelist' => array('pagelistAnimationDuration'=> 0))); 4 Link to comment Share on other sites More sharing options...
dotnetic Posted October 11, 2013 Share Posted October 11, 2013 +1 Animation is obsolete. Makes navigation much quicker. Link to comment Share on other sites More sharing options...
ryan Posted October 13, 2013 Share Posted October 13, 2013 We could do that, but I'm not sure it would matter in this case. The time you spend waiting is not for animation. It is the time spent generating and processing the ajax request (multiple requests, if drilling down multiple levels). I'll test it out to be certain though. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now