Skip to content

Commit

Permalink
Speed up the animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 22, 2018
1 parent 208810b commit 7e9ee4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/components/post-preview-button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7e9ee4d

Please sign in to comment.