jQuery Text Crossfade -
I know about various images crossfade plugins, but I have to crawl the text as , I have the text of one element or an element A and I want it to end, whereas, B takes its place.
Any help really appreciated.
Quick Demo
& lt; Html & gt; & Lt; Top & gt; & Lt; Script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" & gt; $ (Function () {$ ('# test') .Fedaut (2000); $ ('# test1'). Feedin (2000);}); & Lt; / Script & gt; & Lt; Style & gt; H1 {font-size: 12em; Status: Absolute; Left: 0; Up: 0} # test1 {display: none} & lt; / Style & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; H1 id = "test" & gt; A & lt; / H1> & Lt; H1 id = "test1" & gt; B & lt; / H1> & Lt; / Body & gt; & Lt; / Html & gt;
Comments
Post a Comment