Difference between revisions of "Team:SVCE Chennai/Javascript"

Line 1: Line 1:
 
  $(function(){
 
  $(function(){
 
       $("#minicellIntro").typed({
 
       $("#minicellIntro").typed({
         strings: ["Hello ! I'm Minicell ! .", "Second sentence here!"],
+
         strings: ["Hello ! I'm Minicell !"],
 
         typeSpeed: 0
 
         typeSpeed: 0
 
       });
 
       });
 
   });
 
   });

Revision as of 13:21, 9 September 2015

$(function(){
     $("#minicellIntro").typed({
       strings: ["Hello ! I'm Minicell !"],
       typeSpeed: 0
     });
 });