- This topic has 6 replies, 2 voices, and was last updated 5 years, 8 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Background image loading effect
how can I turn of the fadein effect on loading a site with background image in the Flex theme?
Best Regards,
Jesper
where are you getting the loading effect?
Open the backstretch-set.js file and replace
jQuery(document).ready(function($) {
$("body").backstretch([BackStretchImg.src],{duration:3000,fade:750});
});
WITH
jQuery(document).ready(function($) {
$("body").backstretch([BackStretchImg.src]);
});
still a loading time on all pages …
here are the “original” site: http://www.museon.uni-freiburg.de/de/home/
here are no “blinking” on loading a page?
Ok try this
$("body").backstretch([BackStretchImg.src],{duration:1000});
no, I have tried out all kind of settings now:-(