Mario Adabachy

Results 4 issues of Mario Adabachy

repeat() and repeatDelay() simply break the chained tweens when used. **Here's an example:** ``` const tween2= new TWEEN.Tween(...) .to({ scale: 3}, 1000) .onUpdate(() => { ... }); const tween1= new...

Hey there, If "body" has a max-width, the date picker's "left" attribute is incorrect: ![image](https://user-images.githubusercontent.com/34167299/117384857-8f9edc80-aeec-11eb-9306-d607f46d86ca.png)

``` "@nuxt/image": "^1.4.0" "nuxt": "^3.7.3" ``` I quote the documentation: > This default size is used up until the next specified screen width, and so on. Each specified size pair...

The default Tailwind sans font family is: ```html font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ``` As per their docs: https://tailwindcss.com/docs/font-family...