Quick Syntax Help: CSS Overflow property and borderBottom property.
Hi All,
Just getting familiar with the jQuery animate() syntax. The recent
updates in the jQuery library are incredible. Way to go team.
I've got a couple questions:
1#. USING ANIMATE TO ADJUST CSS (OVERFLOW AND BORDER-BOTTOM):
For overflow, I'm using this (though it's not working correctly due to
a syntax error I'm missing): $("#slogan").animate({ overflow:
'visible' }, 1000 );
For border-bottom: I'm using this (though it's not working at all
either): $("#slogan").animate({ borderBottom:'1px solid #ABE2FF' },
1000 );
2#. USING ANIMATE() WITH CSS():
Are there any resources to learn how to use these two functions
together?
I'm trying to adjust css with the animate function to slow down the
change. For instance (this isn't working correctly yet):
3#. ANY RESOURCES TO LEARN THE SYNTAX?
I'm aware of the following:
- http://interface.eyecon.ro/docs/animate
- http://visualjquery.com/1.1.2.html
Thanks all.