Sorry this is probably a really newb question, but can somebody help with the correct syntax for tweening css properties using fromTo (or is this not possible)?
TweenMax.fromTo($(".obj"),1,{css:{left:50, top: 10}, css{left:0, top: 50}});
I've been messing around adding and deleting curly brackets for ages, but the console just throws an error every time and I can't seem to find anything in documentation to give me a better clue.
Thanks for any help in advance - GSAP really is an awesome work!