- 17, May 2024
- #1
Привет! Я не знаю английского, но должен поделиться этим плагином. Я это написал.
https://github.com/ataluttasgiran/changethewords/
http://tafho.com/jquery-plugin-changethewords-jquery-ile-degisen-kelimeler/
https://github.com/ataluttasgiran/changethewords/
~~~ Гитхаб
[URL='https://lumtu.com/yti/cAZZAcy9odHRwOi8vdGFsdXR0YXNnaXJhbi5jb20udHIvY2hhbmdldGhld29y2dl']http://taluttasgiran.com.tr/changethewords/[/URL] ~~~
Демо
http://tafho.com/jquery-plugin-changethewords-jquery-ile-degisen-kelimeler/
- 45 анимаций
- Время
- Селектор
- Легкий
- Быстрее
<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:
<link rel="stylesheet" href="animate.changethewords.css">
HTML:
<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: