Jump to content
Search Community

Mhd Jarkas

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Mhd Jarkas

  1. Thank you for your reply, I checked it and tried to fix.

     

    It's working now but I couldn't take offset of the Div because all of the are in the same level, you can find below the code working:

    $("#lkWhyUs").click(function()
    {    TweenLite.to(window, 10, {scrollTo:3500});    });

    but my problem now is the big screens because It will not scrolling to the targert div exactly.

     

    you can check it online: http://www.phantom-uae.com

  2. I'm working on website using Tween and superscrollorama. everything is OK and I did all what I need.

     

    I have website menu which contains the website structure, I need when click on about us go to About us section which already is animated with tween.

     

    how can  I do that??

     

    Thank you

×
×
  • Create New...