Jump to content
Search Community

mostafatalebi2

Members
  • Posts

    1
  • Joined

  • Last visited

mostafatalebi2's Achievements

1

Reputation

  1. I have animated an element's attribute using TweenMax like this: TweenMax.to($(".element"), 2, { rotation : 180 }); Later on, I need to get the value of the rotation, is it possible? Something like this: TweenMax.getValue($(".element"), "rotation"); // just an example How can I get the value of an attribute animated by TweenMax?
×
×
  • Create New...