Jump to content
Search Community

sunirmalya

Members
  • Posts

    6
  • Joined

  • Last visited

sunirmalya's Achievements

  1. thanks for that - i am looking at the tutorial now, but can i ask how do you find the screen size to automatically flip? Thanks so much for your help and really appreciate your time
  2. this is really just a question I love how bootstrap rejigs everything when you reduce the window size. So for example, i have 3 pics in a row of 3 columns, when i reduce the window size it becomes 1 column and the pics follow one another. i am guessing this cannot be done with GSAP and bootstrap together and we have to use that MediaMatch and forget bootstrap - is that right?
  3. Mate the 'from' thing is a god send - thanks so much.. Total paradigm shift and really perfect for what i want
  4. i am playing with the first scrolltrigger example and want to keep everything within the window.. In particular for mobile devices etc.. When i do a fromTo it is quite happy to go off the screen.. Is there a way to keep everything within the window? i tried setting vars as following but i couldn't get any values var xCenter = panelsContainer.Width / 2; var yCenter = panelsContainer.Height / 2;
  5. ok thanks will do - appreciate your time
  6. Sorry i am a real noob (this is my first project) but i have been having trouble trying to understand what is going on i have plagiarized a template that has a menu top left and then home and 5 panels My problem is i cant figure out how to keep everything inside a panel especially when i resize the screen .. i am trying to make a website that is very mobile friendly and i have seen that mostly you dont seem to have create 2 lots of code but rather as the window becomes smaller the content still stays within the smaller screen. Mine just move outside Also i would like to understand what is going wrong with my scrolltrigger. Eventually i would like to fade the pics out as i scroll and fade new pics in but nothing seems to be happening for me to play with.. Last but not least and i know this was somewhere in the tutorials but i cant find it again, i would like this animation to happen every time i go to the page not just when i reload the site.. Sorry so many questions, so little understanding
×
×
  • Create New...