Jump to content

Recommended Posts

Posted

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. :D

something like in the module settings of ProcessPageList or through $config?

$config->pageListAnimationDuration = 100;
$config->js(array('pagelist' => array('pagelistAnimationDuration'=> 0)));
  • Like 4
Posted

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. 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...