Jump to content
Search Community

Ranjeet Sengar

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ranjeet Sengar's Achievements

1

Reputation

  1. You may use cycle property available in the staggerFrom() method in TweenMax TweenMax.staggerFrom('.box', 1, { cycle:{ y: function(index) { return (index+1) * -100;} } }, 0.5);
×
×
  • Create New...