Sandy

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Disable Fade In on home page sections #24940
    SandySandy
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 22, 2016

    Perfect, thank you!

    in reply to: Disable Fade In on home page sections #24836
    SandySandy
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 22, 2016

    Hi, just wanted to be sure you received my information? Thank you.

    in reply to: Disable Fade In on home page sections #24451
    SandySandy
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 22, 2016

    Hello, I apologize, but I am not sure how you could resolve from your end as you don’t have access to my website. Please explain. Am I to remove the entire block of code, or just the line that includes ‘fadeInLeft’? I don’t want the fade in effect on the home page, as the page looks blank below the slider upon landing on the page. Thank you kindly in advance!

    in reply to: Disable Fade In on home page sections #24286
    SandySandy
    Member
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 22, 2016

    Thank you for your prompt reply. Can you clarify for me if I am to remove the entire block of code, as in below example?

    jQuery('.serviceswrap').each(function(){
    		var imagePos = jQuery(this).offset().top;
    		var topOfWindow = jQuery(window).scrollTop();
    			if (imagePos < topOfWindow+400) {
    				jQuery(this).addClass("fadeInLeft");
    			}
    		});
Viewing 4 posts - 1 through 4 (of 4 total)