typed.js – go to an URL after typing
Dear JQuery-People,
i'm pretty new on working with JQuery and i have a little question:
I use typed.js
What do i have to change in my code, if i want to open an url automaticly, when the typing is finished?
THANX in advance!
Tim
- <script src="http://www.timrodenbroeker.de/wp-content/themes/trvk/js/typed.js"></script><script>
- $(function(){
- $(".element").typed({
- strings: ["Hello You! My name is Tim and i'm a german designer, focussing on short films, music and visual concepts."],
- typeSpeed: 0
- });
- });
- </script><div class="portal element"></div>