Jump to content
Search Community

bucedup

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by bucedup

  1. Thank you, those links help quite a bit! And the animation example is perfect. Much appreciated
  2. Hello All! Fairly new to Greensock and can't seem to find what I'm looking for after some google searching. I'd like to replicate this same css animation using TweenLite. What would be the equivalent of this css animation using greensock? Still trying to wrap my head around everything. .container { animation-duration: .75s; animation-fill-mode: both; animation-name: slideInUp; } @keyframes slideInUp { from { opacity: 0; transform: translate3d(0, 10px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
×
×
  • Create New...