Change the words with jQuery ~ ChangeTheWords: jQuery Plugin

Discussion in 'JavaScript' started by Talut Tasgiran, Jan 12, 2016.

  1. #1
    Hi! I don't know english but I must share this plugin. I wrote that.

    https://github.com/ataluttasgiran/changethewords/ ~~~~~~ Github
    http://taluttasgiran.com.tr/changethewords/ ~~~~~~ Demo
    http://tafho.com/jquery-plugin-changethewords-jquery-ile-degisen-kelimeler/

    • 45 animations
    • Time
    • Selector
    • Easy
    • Faster

    
    <script src="jquery.changethewords.js"></script>//jQuery'i eklemeyi unutmayın dosyanıza: jquery.com
      <script type="text/javascript">
        $(function() {
          $("#changethewords").changeWords({
            time: 1500, // Kelime değişmeden bekleme süresi 1000 = 1 saniye
            animate: "tada", // Animasyon adı ~ Animate.Css'de ki her animasyon out'lar hariç
            selector: "span" // Kelime seçici
          });
        });
      </script>
    
    HTML:
    
    <link rel="stylesheet" href="animate.changethewords.css">
    
    HTML:
    
    <div id="changethewords">I love
      <span data-id="1">Code</span>
      <span data-id="2">Spaghetti</span>
      <span data-id="3">Cats</span>
      <span data-id="4">Me</span>
      <span data-id="5">You</span>
    </div>
    
    HTML:
    [​IMG]
     
    Talut Tasgiran, Jan 12, 2016 IP
  2. vashikaranguruji

    vashikaranguruji Member

    Messages:
    75
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #2
    thanks for sharing with us if you have more then please share with us I like your work
    you should make online tutorial might be they will give you online money making change
     
    vashikaranguruji, Feb 10, 2016 IP