mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Fade using jquery.color. Props JeremyVisser. fixes #5369
git-svn-id: http://svn.automattic.com/wordpress/trunk@6573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e7350d078e
commit
726332d535
4
wp-admin/js/admin.js
Normal file
4
wp-admin/js/admin.js
Normal file
@ -0,0 +1,4 @@
|
||||
// Fade update alerts. TODO, don't hard-code original bgcolor.
|
||||
jQuery(document).ready(function(){
|
||||
jQuery('.updated.fade').animate( { backgroundColor: '#FFFF33' }, 3000).animate( { backgroundColor: '#DDEDFA' }, 3000);
|
||||
});
|
Loading…
Reference in New Issue
Block a user