Make WordPress Core

Ticket #11267: common.dev.js-fade-fix.patch

File common.dev.js-fade-fix.patch, 732 bytes (added by nacin, 15 years ago)
  • common.dev.js

     
    169169        var lastClicked = false, checks, first, last, checked;
    170170
    171171        // pulse
    172         $('div.fade').animate( { opacity: .5 }, 400)
    173         .animate( { opacity: 1 }, 400)
    174         .animate( { opacity: .5 }, 400)
    175         .animate( { opacity: 1 }, 400);
     172        $('div.fade').animate( { backgroundColor: '#ffffe0' }, 300)
     173        .animate( { backgroundColor: '#fffbcc' }, 300)
     174        .animate( { backgroundColor: '#ffffe0' }, 300)
     175        .animate( { backgroundColor: '#fffbcc' }, 300);
    176176
    177177        // Move .updated and .error alert boxes
    178178        $('div.wrap h2:first').nextAll('div.updated, div.error').addClass('below-h2');