Jump to content
Search Community

ruba_dub_dub

Members
  • Posts

    2
  • Joined

  • Last visited

ruba_dub_dub's Achievements

0

Reputation

  1. Thank you so much! This feedback and help is amazing! One feature I added in my past version was a mouseover pause function. If the active word was moused over the animation would pause. array[i].mouseenter(function () { tl.pause(); }) array[i].mouseleave(function () { tl.play(); }) Down the line this feature would be used to change display from none to inline for small flavor text for each individual word. Is this still workable using "words"? I attempted to implement this but I could not get around errors, I'm hoping I'm just missing something straight forward.
  2. The goal is to have the words go from top to bottom with focused word being large and placed beneath. It is currently doing this but breaks on the fourth iteration of the loop. I'm unsure why it decides to work differently after the fourth when it is all the same code. Is there a better way to do this to avoid such an error? Am I missing something small that could easily remedy this? Thank you!
×
×
  • Create New...