Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 882 Bytes

File metadata and controls

15 lines (13 loc) · 882 Bytes

wordswitch

Word rotation Jquery plugin

Getting Started

  1. Download wordswitch.jquery.js and wordswitch.css to your local directory
  2. include jquery into the page like: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  3. include wordswitch plugin after jquery : <script src="js/wordswitch.jquery.js"></script>
  4. include css in the head tag of the page:
  5. on page load or whenever you want, apply wordswitch to the element like: <script>$( ".wordswitch" ).wordswitch({delay:2}); </script>

Handcrafted by Eulogik (http://eulogik.com)

We're a close knit team of specialist geeks who build apps for startups. Feel free to contact us for either this plugin or any app to be built. ###Based on css animation example at http://tympanus.net/Tutorials/CSS3RotatingWords