Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/d8998337b90448b54d9f88ab93e84815 to your computer and use it in GitHub Desktop.
Save ederchrono/d8998337b90448b54d9f88ab93e84815 to your computer and use it in GitHub Desktop.
// inside methods
stopDrag(e) {
let animationProps = this.createReleaseAnimation()
this.dragging = false
this.animating = true
TweenLite.to(this, 0.2, {
...animationProps,
onComplete: () => {this.animating = false}
})
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment