adobe-webplatform / Snap.svg

The JavaScript library for modern SVG graphics.
http://snapsvg.io
Apache License 2.0
13.95k stars 1.15k forks source link

Feature request: promises. eg `await element.animate()` etc. #619

Open mikemaccana opened 5 years ago

mikemaccana commented 5 years ago

This can currently be done manually by users, but it would be useful, particularly for ES2017 async/await users, for Snap to return promises when it has finished.