diff --git a/js/animate.js b/js/animate.js new file mode 100644 index 0000000..a525c9f --- /dev/null +++ b/js/animate.js @@ -0,0 +1,19 @@ +$(window).ready(function() { + $('#page').fullpage({ + anchors:['landing', 'resume', 'projects','getInTouch'] + }); + + var period = "."; + 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' + }); + }); \ No newline at end of file