Tobi Reif

Results 47 comments of Tobi Reif

I don't have any info regarding their implementation plans/status. I tried to get info from them, see the thread at https://twitter.com/TobiReif/status/842677207709433857 .

News from that thread: From Opera: "ES6 is not supported in Extreme data savings mode. It might work when you turn extreme savings off but that [...] all depends on...

Hi Oleg, thanks for your reply! Your suggestion ~ "replayInfinitely" would be much more expressive / easier to read than my suggestion / GSAP's syntax "-1".

> repeat: -1 does not make any sense. True! It would be a special number of the API which would mean "repeat: indefinitely". But it would not be very expressive...

The advantage of ```repeat:"indefinitely"``` would be that the strange combination of eg ```repeat:5``` *and* ```isLoop:true``` wouldn't be possible. With ```repeat:"indefinitely"```, the API user could only have eg ```repeat:5``` *or* ```repeat:"indefinitely"```,...

@harrynewsome Nice one! I can't imagine a better option than ```repeat: true```.

@legomushroom All up to you :) Thanks for Mo.js!

Thanks for your reply! > is there a way you could produce a small isolated test case that shows what's going on here without anything else. I'm terribly sorry, but...

P.S. This is the main reason I'm using element queries instead of media (screen) queries 😀 I had added this to my testing file a while ago. The viewport width...

While trying to find a workaround I noticed this: Moving the content of the lower element query ``` @element .layout3 .page and (max-width: 690px) and (min-width: 587px) { .layout3 .page...