Jump to content
Search Community

ifgetdollardie

Members
  • Posts

    6
  • Joined

  • Last visited

ifgetdollardie's Achievements

0

Reputation

  1. Hi! I wish to know if this is possible: $thisispossible = "yes it is!" tlWhatever.to($whatever,1, {autoAlpha:1, text:$thisispossible]}) Thanks!
  2. Good morning! How are you? I hope you are fine! Do you remember this pen: I've another question about it and maybe you can help me! I wish that when you click "next" button the animation goes directly to the next label, without finish the current animation. What do you think about that? It could help to avoid overlap? What I pretend is fix the behaviour of the click. Now when you click, nothing happen until the current label animation has been finished.
  3. Hey there! Finally I fixed it using whatevertimeline.kill(); instead of whatevertimeline.invalidate().restart(); But still don't know why the other timelines have different behaviour :o! (I'll keep investigating) Edit1: whatevertimeline.invalidate().totalTime(0); works instead of whatevertimeline.invalidate().restart(); and better than kill() everything and everybody I'll keep ...
  4. Hello Carl, I can create a codepen demo, but the problem is that it works perfectly: This is how my site it should works, but the "first button" doesn't. There is no error in the console log. Maybe I'm not using well fromTo/to methods. I don't know... ^^' If you wanna check my original javascript, you can see it doing: right button > inspect element > sources > main.js Thanks for your time! ?
  5. Hey there! I'm a mugiwara as you can see I'm learning this awesome tool for build animations. I'm getting stuck with restart method. It works as I expect in all buttons except the first one. (Screenshot attached to understand better) and there is the code: http://simulador.96.lt/ I used it bad? I hope you can help me. And nice to meet you ofc! ?
×
×
  • Create New...