UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

17 lines (14 loc) 262 B
module.exports = function () { // @Animatable:cancelAnimation // // Cancel current animation. // // Return // this, for chaining // // TODO should emit idle or not? if (this.ontransitionend) { this.ontransitionend() } return this }