Hey guys did you think it possible include a destroy with string id?
gsap.killTweensOf('id');
or maybe make this possible ?
gsap.killTweensOf( gsap.getById('id') );
I know we can do this
gsap.getById('id').kill();
but in special context , if id already destroy, it will crash.
Hey guys did you think it possible include a destroy with string id?
gsap.killTweensOf('id');or maybe make this possible ?
gsap.killTweensOf( gsap.getById('id') );I know we can do this
gsap.getById('id').kill();but in special context , if id already destroy, it will crash.