Jump to content
Search Community

Vishwas Gagrani

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Vishwas Gagrani

  1. Hi! I have seen many tutorials showing tween animation on objects. However, I want to know if it's possible to animate cells of a spritesheet too using GSAP ? Like how it's done in other frameworks. I am doubtful about this, since spritesheet are probably canvas-only feature. So, if not, is their any alternative to animate images in sequence through GSAP ?
  2. ∂ hi! Is it ok to use TweenLite.to() function inside an onEnterFrame event. Or should i be careful killing it before every use ? Actually my concern is if TweenLite.to() produces memory usage and it may pile up for being used continuously without getting removed by onEnterFrame. Thanks Vishwas
×
×
  • Create New...