Jump to content
Search Community

sameermemon

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

sameermemon's Achievements

0

Reputation

  1. Thanks for the quick solution Mikel. I used below code to solve the issue - gsap.fromTo("#box",{ x : 50, opacity : 0 }, { x : 0, opacity : 1 }); Let me know, if it is valid one.
  2. Hi, I have an element placed at right of the screen. I wanted to animate the element from right to its original position. Currently I am applying x property but it is animating the element from left to its original position.
×
×
  • Create New...