Make WordPress Core

Changeset 36976


Ignore:
Timestamp:
03/13/2016 05:01:19 PM (10 years ago)
Author:
azaozz
Message:

TinyMCE: tweak the small animation shown while waiting for wpView data to make it sell CPU intensive.

Props programmin.
Fixes #33525.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

    r36904 r36976  
    334334        background-color: #333;
    335335        margin: 0 0 0 -60px;
    336         width: 60px;
     336        width: 36px;
    337337        height: 5px;
    338338        display: block;
    339         -webkit-animation: wpview-loading 1.3s infinite 1s linear;
    340         animation: wpview-loading 1.3s infinite 1s linear;
     339        -webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
     340        animation: wpview-loading 1.3s infinite 1s steps(36);
    341341}
    342342
Note: See TracChangeset for help on using the changeset viewer.