Does anybody find the way to make preloader fade out after page load??.
Now it disappear without any animation. is like a blink
Does anybody find the way to make preloader fade out after page load??.
Now it disappear without any animation. is like a blink
Little bump...
I think it may have been removed in 6.5.5 ....
I don't know if it is removed or no but here is a css overide you can try...
Add this to your style.css (or whatever you call your stylesheet link):
.dmxPreloader {
-webkit-transition: all 2s linear !important;
transition: all 2s linear !important;
}
I incresed from 0.5s to 2s... You can play with the seconds there.
I don't think it will be nice but it will give a linear fade out...
*remember to clear cache or reload your css to see the effect