From 026237372935e8da2aad8a1fa5132417ebbedee8 Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 22 Oct 2018 14:02:28 +0200 Subject: [PATCH] Try WordPress logo animation for preview This adds a WordPress logo that paints itself when you click preview. Labelled "Try" because it still needs a few thoughts. We might need to speed up the animation because most previews are super fast and you barely see the animation. --- packages/editor/CHANGELOG.md | 2 ++ .../components/post-preview-button/index.js | 30 +++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 3f7d1d3b46697..ff82887abc5c6 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,5 +1,7 @@ ## 5.0.1 (2018-10-22) +- Add animated logo to preview interstitial screen. + ## 5.0.0 (2018-10-19) ### Breaking Changes diff --git a/packages/editor/src/components/post-preview-button/index.js b/packages/editor/src/components/post-preview-button/index.js index 1a2494dca98f9..972efe0b4a3a9 100644 --- a/packages/editor/src/components/post-preview-button/index.js +++ b/packages/editor/src/components/post-preview-button/index.js @@ -90,8 +90,11 @@ export class PostPreviewButton extends Component { const markup = `
-

Please wait…

-

Generating preview.

+ + + + +

Generating preview...