Jump to content
Search Community

Arthur Nobrega

Members
  • Posts

    2
  • Joined

  • Last visited

Arthur Nobrega's Achievements

0

Reputation

  1. Thanks Rodrigo. I will give this a try. This is what I am trying to replicate: http://www.amazon.com/Woodworking-Shop-Tools-Hardware/b/ref=amb_link_398727562_2?ie=UTF8&node=541016&pf_rd_m=ATVPDKIKX0DER&pf_rd_s=hero-quick-promo&pf_rd_r=0CF36F1G4FPCWXES4TZ3&pf_rd_t=201&pf_rd_p=1716434662&pf_rd_i=B000JCT3W0 I think your example comes pretty close. Thanks again, Arthur
  2. Hello, I have created an image slider using CSS. @-webkit-keyframes 'slide'{ 10%{ top: 5px; } 11%,30%{ top:-360px; } 31%,50%{ top:-720px; } 51%, 70%{ top: -1080px; } 71%,90%{ top: -1440px; } I would like to write this using TweenMax, so I can pause, go back, and skip images by hovering the cursor over menu options Thanks, Arthur
×
×
  • Create New...