
djedzed
-
Posts
3 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by djedzed
-
-
That makes 100% sense. Tested it and it does work just great
Thanks a ton for the detailed response, much appreciated.
-
Full Browser - Liquid Stage
in TransformManager (Flash)
Posted
So the code from above hasn't changed much accept for me adding a liquidArea with a maxWidth and maxHeight.
What I am trying to achieve is to have this background slide left or right (and possibly up and down later) when the user clicks the respective button. So far so good accept when the browser is resized. Logically, the image will snap back to the center.
Example: http://sqango.com/greensock/
I assume that pinCorners, defaultStage or retroMode would help to solve this but I can't seem to grasp how to implement it. Another thing I would like to achieve is have the movement based on the current size of the image so that the three sections are always centered, rather than a fixed value (in this case 1500px). Should I be moving a liquidArea?
I guess what I am looking for is more a "how I should approach this scenario", in hopes that I can figure it out from there.
**Side note: (Is there a reason why the "strict" is no longer a parameter in liquid area?)
Thanks everyone, I appreciate the help and of course patience. . .