Jump to content
Search Community

Mhd Jarkas

Members
  • Posts

    3
  • Joined

  • Last visited

Everything 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. Thank you for your reply, I tried to use ScrollTo plugin but it didn't work. I think the problem is css of this divs because some of them are not shown in the page till reach the tween code. you can check the demo below: http://phantom-uae.com/demo I want when click on menu item play the animation till reach the target div.
  3. 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...