Dofactory.com
Dofactory.com
 Back to list
Views:   5.8K
Replies:  0
Archived

Making jQuery background color animations?

I am trying to fade-in to a background color when the page displays.
Unfortunately, the core jQuery library doesn't seem to be able to animate 'background-color', it only supports numeric values.

Apparently you need the jQuery color plugin. But I cannot find that anywhere!

Another message on stackoverflow tells me that I need to include jquery-ui.js, but this is a bit dated (2 years ago).
How do I get this to work?

Below is my current code:

<script type="text/javascript">
    $(document).ready(function () {
        $('#mydiv').animate
           ({ "background-color": "antiquewhite" }, 1000);
    });
</script>

 
Nicholas Deweert, Apr 20, 2011
Stay Inspired!
Join other developers and designers who have already signed up for our mailing list.
Terms     Privacy     Cookies       Do Not Sell       Licensing      
Made with    in Austin, Texas.  - vsn 44.0.0
© Data & Object Factory, LLC.