Jump to content
Search Community

IHeartGsap

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by IHeartGsap

  1. No worries, There is no physical list that i know of...  GSAP can animate any object and CSS property!

     

    CSS is a hyphen-delimited syntax. So it's just standard practice in JavaScript to use camelCase due to the hypen symbol being an illegal character for variables and key names in JS.

     

    Below Taken from CSSPlugin Docs: http://api.greensock.com/js/com/greensock/plugins/CSSPlugin.html

     

     

    Just make sure all your CSS properties are camelCase, removing all hyphen symbols, and you will be fine! :)

    Ah Ok, awesome!  I guess I should've seen that.  Thanks for spelling it out for me  :-P

  2. I know all the css properties, but I still would like an actual list as to what is usable with tweenlite.  For example, transform-origin is transformOrigin in gsap.  Only way I knew that was that they showed it in an example in one of the demos.   Is there really no list of the actual property names or any other way to look this up?

     

     

    Thanks again!

  3. Hi! 

    FIrst off let me just say that I've been using Greensock animation library for years and don't know where I would be without it <3   With that out of the way, I'd like to ask if anyone know where I can find a full list of tweenable properties.

     

    Example.

     

    backgroundColor

    scale

    left

    right 

    ect.

     

    I dug around for sometime to not much avail.  Any help?

     

    Thanks in advance! :-P

     

    Rob 

×
×
  • Create New...