typed.js – go to an URL after typing

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


  1. <script src="http://www.timrodenbroeker.de/wp-content/themes/trvk/js/typed.js"></script><script>
  2.    $(function(){
  3.        $(".element").typed({
  4. strings: ["Hello You! My name is Tim and i'm a german designer, focussing on short films, music and visual concepts."],
  5. typeSpeed: 0
  6.        });
  7.    });
  8. </script><div class="portal element"></div>