Jump to content
Search Community

Leaderboard

Popular Content

Showing content with the highest reputation on 01/20/2019 in all areas

  1. You can certainly add repeating timelines (or tweens) to any timeline. No problem at all. Nest things as deeply as you want. I had a hard time understanding what you were describing with the "interesting behavior" - can you post a codepen demo? Your sample code had several mistakes. Like you were adding tlr to mainTimeline regardless, but you were only populating that variable inside on condition, so that code would break in the other condition. And I'm not sure what "self" refers to, but there's no getDelay() method in any GSAP stuff. Keep in mind that if you've got a child animation that repeats 99 times, its parent will wait for ALL of those to finish before it repeats. See what I mean? If you still need some help, just post a codepen demo and we'd be happy to take a peek. Happy tweening!
    1 point
  2. @namisuki, You should add -webkit-backface-visibility: hidden; when you use backface-visibility: hidden; in this example. This will fix rendering issues in Safari browsers.
    1 point
×
×
  • Create New...