Jump to content
Search Community

mostafatalebi2

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by mostafatalebi2

  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?

    • Like 1
×
×
  • Create New...