Jump to content
Search Community

axel

Members
  • Posts

    1
  • Joined

  • Last visited

axel's Achievements

5

Reputation

  1. You are using variable, just use string instead. gsap.to(['.green', '.orange', '.grey'], {rotation: 27, x: 100, duration: 1}); or without the array : gsap.to('.green, .orange, .grey', {rotation: 27, x: 100, duration: 1});
×
×
  • Create New...