Jump to content
Search Community

nicmare

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by nicmare

  1. unfortunately this works not. is there a way to execute a command on window resizing which recalculates the value?! also i mentioned a bug: i open the link in my first post. then i reload the page. now it shows another value than before?! 1st time it showed me the "5" and 2nd time it shows "1". i am on firefox 25 @ mac
  2. i want to ask an additonal question to this topic please! i write a small interface script: http://tvim.de/scrollto/scrollto.html it works brillant! Thanks to Greensock Team! But when i resize the window, it has problems centering my divs. without greensock there are no position problems. i think its because greensock uses "px" values to calculate scrollTo destinations. but can i have them with percentage? i tried it but it does not work: TweenLite.to(scrollsrc, 1.5, {scrollTo:{y:"30%", x:"30%"}, ease:Power4.easeInOut});
  3. found another example: http://jsfiddle.net/j08691/YWnzc/128/
  4. I am new to GreenSock and i am wondering if it is possible to have something like this: http://www.smoothdivscroll.com/mixedContent.html A script which uses "edges" of a div to scroll its content. But not only horizontal but also vertical! i did not even find one made with jquery . i think its also a question of performance. therefore i think of greensock. so i need a script, which scrolls the content in a div in all directions.
×
×
  • Create New...