Jump to content
Search Community

artistsweb

Members
  • Posts

    2
  • Joined

  • Last visited

artistsweb's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Thank you very much Carl, getComputedStyle() and getPropertyValue() were exactly what I needed! I was looking for those value in the TweenMax Object and didn't think to use basic javascript Problem solved, thanks guys !
  2. Hello Guys, I'd like to know if there is any way to get the destination value of a Tween before it start ? Simplified example: TweenMax.to(elem, 1, { width: '90%'}); Is there a way to get the width destination in pixel of 'elem' before the Tween start ? If elem is 1000px can I get 900 somehow in the tween Object maybe ? I can't figure it out Many Thanks,
×
×
  • Create New...