Jump to content
Search Community

svemirko

Members
  • Posts

    2
  • Joined

  • Last visited

svemirko's Achievements

0

Reputation

  1. Hello Jack, thank you for the reply. force3D is exactly what i was looking for. Regarding custom properties, It's perfectly clear now. If I had any further questions I'll get back to you here. Thanks again. Regards!
  2. Hello! First of all, thank you for this amazing product! There are no words to explain my happiness when I first came across GSAP.. I have a question regarding the famous translate3d.. I see that only with setting the z property to something else than 0 gets TweenMax to use translate3d where in other cases it uses the matrix property for animating when the "x/y" is passed. I am just curious if I can avoid this behaviour and make the translate3d default without having to set z to some value? And can you please explain (or point me to some good read about it), how can I make TweenMax animate some custom properties (this can relate to the previous question, ex if I set _x: 30 it knows to use translate3d(30px, 0, 0) instead of matrix. Or if I did a previous check with, say Modernizr for transform/translate support and passed the _x, it gets recognised as translate3d/translate/left depending on the result)? Not that this is of some crucial importance for me nor do I have anything against matrixes, I'm just curious about how things work here and I can be a "neat freak" sometimes Thank you!
×
×
  • Create New...