/rotating-words

Animated type then delete words in a header

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Rotating Words

Animated type then delete words in a header

Instructions

Add library and call it:

$(document).ready(function(){
  window.rotatingWords = new RotatingWords("#rotating-words")
  rotatingWords.changeWord()
});