| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Flashing Text?
Started by truman69, Apr 02 2005 05:44 PM
14 replies to this topic
#11
Posted 04 December 2007 - 10:46 AM
You could use JASC animation shop. I think there's a free trial for it out there. It's amazing.
What kind of flashing text are you looking for? a picture of text or actualy flashing text that you can copy and stuff?
It's probably a little easier to use than flash, unless you are using a generator. Anyways, good luck with it!
What kind of flashing text are you looking for? a picture of text or actualy flashing text that you can copy and stuff?
It's probably a little easier to use than flash, unless you are using a generator. Anyways, good luck with it!
#12
Posted 08 December 2007 - 03:27 AM
I think flash is definately amazing. im currrently designing a new flash file for my website. most likely the whole thing will be flash. there are heaps of tutorials on the net that you can find. It teaches you step by step to make the things you want such as flash image galleries. Or even preloaders.
All you need to do is choose the type that is more simple for you .. try it.. it taught me alot. I didn't learn much flash in uni as much as i did with tutorials. There are also books called Flash for dummies. lol sounds silly but its pretty good.
.. when im done with my site hope you guys drop by..
If anyone is interested to see what i have in future just check often on www.myspace.com/keegonguyen to see if i post new blogs regarding my site.
All you need to do is choose the type that is more simple for you .. try it.. it taught me alot. I didn't learn much flash in uni as much as i did with tutorials. There are also books called Flash for dummies. lol sounds silly but its pretty good.
If anyone is interested to see what i have in future just check often on www.myspace.com/keegonguyen to see if i post new blogs regarding my site.
#13
Posted 22 August 2009 - 06:39 PM
Flashing TextFlashing Text?
<body onload="flash1()"><script type="text/javascript" language="javascript">
var text = 'Hi';
function flash1(){
document.GetElementById('text').InnerHTML = '<font color="red">'+ text +'</font>';
setTimeout('flash2()',1000);
}
function flash2(){
document.GetElementById('text').InnerHTML = '<font color="black">'+ text +'</font>';
setTimeout('flash1()',1000);
}
</script>
<span id="text">Hi</span></body>
-reply by GLADIATORS
#15 Guest_Nikunj Parmar_*
Posted 25 July 2011 - 06:18 AM
Blinking text is possible by using css file..
In css file
.blinktext {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-decoration: blink;
font-style: normal;
}
<h1 class="blinktext">
Your Text/copy that you want to blink
</h1>
Only just need to add TEXT-DECORATION as BLINK...
In css file
.blinktext {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-decoration: blink;
font-style: normal;
}
<h1 class="blinktext">
Your Text/copy that you want to blink
</h1>
Only just need to add TEXT-DECORATION as BLINK...
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














