Jump to content
Search Community

Bee

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bee

  1. Thank you for your help! I will do that next time Bee
  2. I am trying to move a div square for example up using this.... TweenMax.to(".surprise-card", 1, {delay: 1.2, ease: Power4.easeOut, y: -500}); Then I want to move it back down over something (so changing the zIndex) but it over writes the previous command, which it's supposed to do but I'm not sure how to make this work. Cheers, Bee
×
×
  • Create New...