Alex Riviere

Results 18 comments of Alex Riviere

So would it be best to add 4 new variables to each call? height, width, posx, posy?

I also think since this is still behind a flag in canary and only in chrome, there is time to warn people about this.

Hey y'all, Is anyone actively working on this?

I have not started work on it and i know @maciejpedzich has recently created an interesting solution for this: https://journal.maciejpedzi.ch/generating-rss-feeds-for-a-nuxt-content-site

use `getComputedStyles` to check for an animation or transition?

let me take a look at it, because this would also potentially mess with anything that has a transition/animation for insertion or whatever.

we might also need to set up full FLIP style classes for things so that it is easier to handle transitions/animations

correct. the idea behind FLIP is First Last Invert Play. (this is how the vue transition component works.) Basically, we give 3 classes/attributes for animation/transition. 1. `enter-from/leaving-from` state - This...