andreasplesch / aframe-keyframes-component

keyframe interpolation for aframe
https://andreasplesch.github.io/aframe-keyframes-component/examples/basic/
MIT License
4 stars 0 forks source link

Implement remove #10

Open andreasplesch opened 7 years ago

andreasplesch commented 7 years ago

Check what a-animation does

andreasplesch commented 7 years ago

If (this.animation) {//possible that the element was deleted this.animation.parent.remiveChild(this.animagion);//should stop animation and delete tween

this.animaton = null This.hasAnimationnode = null