javascript - Wodry js animations -


heyy,

on angular website, using 'wodry js' plugin create animated effect shown in example 2 link 1:

http://daynin.github.io/wodry/#examples

https://github.com/daynin/wodry

i have installed wodry using bower , grunt , working extent.

however if have 3 words eg. word1, word2, word3

it starts on word1, spins show word1word2 , spins show word2word3 etc. instead of showing 1 word @ time.

this code within html doc:

<script>  $('.wodry').wodry({ animation: 'rotatex', delay: 1000, animationduration: 800, });  </script>  <div> trial run <span class="wodry">word1|word2|word3</span> </div> 

how can correct please?

thanks!!


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -