Remove quotes around CSS keyframe identifiers #6546
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for #5797.
This PR removes the quotes around some of the CSS keyframe animation names.
Testing
loading-dot-pulse
This animation is applied to the ellipsis at the end of the "Trashing Post..." message when moving a post to the trash.
pulse-light
This animation pulsates the title box briefly when opening a post, before the title is populated.
loading-fade
This animation applies a fade effect to the cards on the Themes page before the images load.
appear
When saving changes to My Profile, this animation fades in the "Settings saved successfully!" message.
This is not a complete list of the scenarios in which these animations are applied, but should suffice for testing purposes.
Test live: https://calypso.live/?branch=fix/keyframe-animation-names