Jump to content
Search Community

huyhungkun

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by huyhungkun

  1. I see TweenLite.delayedCall maybe replace setTimeout but not setInterval, how to use greensock to replace setInterval, thank
  2. I only use TweenLite.js and EasePack.js. When compile, i get 0 warning and 0 error, but when run, it fail. This is my issue, I only use TweenLite.to, TweenLite.from and TweenLite.delayedCall. Uncaught TypeError: Cannot read property 'Power4' of undefined It occur in line 166, class TweenLite, this is source e = create ? _class("easing."+name, null, true) : gs.easing[name] || {}; And this is after compile, k is "Power4", g.Fa is undefined h = e ? F("easing." + k, null , !0) : g.Fa[k] || {}, This is properties of g, as below, g still have easing property but haven't Fa property.
  3. I have a same issue when use TweenLite. I see some restrictions for advance optimizations of google closure compiler, maybe tweenlite and tweenmax not compatible with google closure compiler, please check all limitations and fix your library (if possible), thank you. https://developers.google.com/closure/compiler/docs/limitations
  4. GSAP doesn't update Tweenlite for Flash about a year. Do you longer support Flash ??
×
×
  • Create New...