Jump to content
Search Community

nmalakar

Members
  • Posts

    2
  • Joined

  • Last visited

nmalakar's Achievements

0

Reputation

  1. Thanks. I figured it was something that I forgot.
  2. I've been trying to get a tween when I hover over one of the movie choices. I've attached my html and my code. Any thoughts/help? <div id="movieEventHolder">Movie or Event Go Here <div class="movieChoice">movie 1</div> <div class="movieChoice">movie 2</div> <div class="movieChoice">movie 3</div> <div class="movieChoice">movie 4</div> </div> $(".movieChoice").click(function(){ TweenMax.to($(this), 1, {scale: 1.5}); });
×
×
  • Create New...