Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49723, comment 8


Ignore:
Timestamp:
04/10/2020 03:37:06 PM (5 years ago)
Author:
audrasjb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49723, comment 8

    initial v1  
    55@media (prefers-reduced-motion: reduce) {
    66        .login form.shake {
    7                 animation: shake 0.2s cubic-bezier(.19,.49,.38,.79) both;
    8                 animation-iteration-count: 3;
    9                 transform: translateX(0);
     7                animation: none;
     8                transform: none;
    109        }
    1110}