diff --git a/src/proxy-animation.js b/src/proxy-animation.js index 0c13bc3..8975081 100644 --- a/src/proxy-animation.js +++ b/src/proxy-animation.js @@ -1817,6 +1817,10 @@ export class ProxyAnimation { proxyAnimations.get(this).animation.persist(); } + commitStyles() { + proxyAnimations.get(this).animation.commitStyles(); + } + get id() { return proxyAnimations.get(this).animation.id; }