Mario Adabachy

Results 7 comments of Mario Adabachy

@trusktr Hey! Yes I'm using "@tweenjs/tween.js": "^18.6.4" I'm using it with Threejs. Keep in mind that this code works great but the animation only activates once, and if I add...

@trusktr Thanks a lot for the tip! Here you go: https://codepen.io/marioada/pen/XWjZaQK As you can see both tweens work individually and when chained! But if we use `repeat` the "secondTween" stops...

Thanks, I like your workaround! But I wonder how we can implement repeatDelay in a clean way until this is fixed

I guess setTimeout will have to do for now, thanks again @trusktr!

I see what you did there, that is indeed very confusing though since "repeat" is supposed to be a substitute for making necklaces but it stops being so when we...

+1. Any page with a video with multiple sources will get "Avoid enormous network payloads" and a terrible score.

My issue was that the filename was `image.PNG`, but I used `image.png` in the code. Windows does not differentiate between uppercase and lowercase letters so it worked locally. However, `image.png`...