From 7e9ee4d707aa24242e115236c536c4f7c22a1b7e Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 22 Oct 2018 14:55:39 +0200 Subject: [PATCH] Speed up the animation. --- packages/editor/src/components/post-preview-button/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/src/components/post-preview-button/index.js b/packages/editor/src/components/post-preview-button/index.js index 5c7f456e76fccd..972efe0b4a3a9d 100644 --- a/packages/editor/src/components/post-preview-button/index.js +++ b/packages/editor/src/components/post-preview-button/index.js @@ -122,13 +122,13 @@ export class PostPreviewButton extends Component { .editor-post-preview-button__interstitial-message svg .outer { stroke-dasharray: 280; stroke-dashoffset: 280; - animation: paint 3s ease infinite; + animation: paint 1.5s ease infinite; animation-direction: alternate; } .editor-post-preview-button__interstitial-message svg .inner { stroke-dasharray: 280; stroke-dashoffset: 280; - animation: paint 3s ease infinite; + animation: paint 1.5s ease infinite; animation-direction: alternate; } p {