can you change how fast the sidebar with the portfolio categories is fading in?
and if so where?
best regards
can you change how fast the sidebar with the portfolio categories is fading in?
and if so where?
best regards
Hey,
you can change the animation speed - in js/avia.js search for:
container.animate({height:newContainerHeight}, 800, "easeInOutQuint");
and replace 800 with any other value (ms).
However I think you want to change the delay - that's not possible because it's not triggered by a timeout function, etc. but it's caused by the script execution time.
You must log in to post.