From 4bc46f576f567326dfbf07a3e9de2bc43111b605 Mon Sep 17 00:00:00 2001 From: Stian Didriksen Date: Wed, 18 Jul 2018 23:09:13 +0200 Subject: [PATCH] add link to codepen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfa53692..859b3922 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ const sequence = async () => { } ``` +The promise interface allows more advanced use cases, like a custom waterfall effect seen here: https://codepen.io/stipsan/pen/gjwWXV + ## Polyfills This library rely on `Promise` and `requestAnimationFrame`. This library does not ship with polyfills for these to keep bundlesizes as low as possible.