Repositioning thumbnails
Repositioning thumbnails
- Started
- Last post
- 2 Responses
- hellogoodbye
Anyone know how to (or point me to) create thumbs that re-positions itself on a grid via easing? An example is hellocolor.com
cheers.
- acescence0
you need to add a stage listener and a function to call for the stage.onResize event. the function should reposition your content based on the current width of the viewport. instead of just setting the x and y though, use a tween class to tween the clips to their new position.
stage listener:
http://www.moock.org/asdg/techno…tweenlite class:
http://blog.greensock.com/tweenl…
- hellogoodbye0
brilliant. thx.