Sha256: 757c3009b72b8b3e8d5407bc5e76830e9b1b8011da16ae1b4aae093c419ad369
Contents?: true
Size: 265 Bytes
Versions: 16
Compression:
Stored size: 265 Bytes
Contents
function fooFunc() { const fooTl = new TimelineMax(); fooTl .to($item,.5,{display:'none'}) ; return fooTl; } TweenMax.to($item,.5,{display:'none'}); timelineTl.play(); timelineTl.pause(); timelineTl .to($item,.5,{display:'none'}) .add(fooFunc()) ;
Version data entries
16 entries across 16 versions & 1 rubygems