diff --git a/index.js b/index.js index 3b41f14..49fd872 100644 --- a/index.js +++ b/index.js @@ -50,6 +50,7 @@ module.exports = class Ripple { { duration: 500, easing: 'linear', + fill: 'forwards' }, ); } diff --git a/ripple.js b/ripple.js index a40e898..6c79816 100644 --- a/ripple.js +++ b/ripple.js @@ -50,6 +50,7 @@ class Ripple { { duration: 500, easing: 'linear', + fill: 'forwards' }, ); }