JS up
This commit is contained in:
parent
faf8a0f93b
commit
1e8d4668ad
1 changed files with 19 additions and 0 deletions
19
js/animate.js
Normal file
19
js/animate.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
$(window).ready(function() {
|
||||
$('#page').fullpage({
|
||||
anchors:['landing', 'resume', 'projects','getInTouch']
|
||||
});
|
||||
|
||||
var period = "<span style='color:#000;font-weight:normal'>.</span>";
|
||||
var typedStrings = ["code"+period, "learn new things"+period, "tinker"+period, "communicate"+period, "teach"+period, "solve problems"+period, "get things done"+period];
|
||||
|
||||
$("#typedWords").typed({
|
||||
strings: typedStrings,
|
||||
typeSpeed:0,
|
||||
backSpeed:0,
|
||||
backDelay: 1500,
|
||||
showCursor: true,
|
||||
cursorChar: "_",
|
||||
loop: true,
|
||||
contentType: 'html'
|
||||
});
|
||||
});
|
Loading…
Reference in a new issue