carrot Posted June 14, 2008 Share Posted June 14, 2008 I am thinking of using this script to add breadcrumbs into my website. This in itself is fine, but I would like to add a geeky element, but not use flash or java or any other client side technology, if possible. The effect I am trying to create is that of a line of text being typed on a computer screen, from the everpresent command prompt through to the flashing cursor at the end of the line. Is this possible with PHP or am I dreaming. If it is not possible with PHP, then I may just have to dabble with the evil Java. Thank you. Link to comment https://forums.phpfreaks.com/topic/110252-how-can-i-create-animated-dynamic-breadcrumbs-character-by-character/ Share on other sites More sharing options...
nloding Posted June 15, 2008 Share Posted June 15, 2008 PHP can't do it, that's a client-side thing. You don't need Java -- you need javascript. In fact, look into jQuery. It's actually quite simple, and there are already libraries available for animation. Just Google it. Link to comment https://forums.phpfreaks.com/topic/110252-how-can-i-create-animated-dynamic-breadcrumbs-character-by-character/#findComment-565757 Share on other sites More sharing options...
keeB Posted June 15, 2008 Share Posted June 15, 2008 Agree with above. Link to comment https://forums.phpfreaks.com/topic/110252-how-can-i-create-animated-dynamic-breadcrumbs-character-by-character/#findComment-565758 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.