Open zolomatok opened 3 years ago
Amazing lib, but given a simple layout like...
.grid .item .wrap p helo p belo .item .wrap p helo p belo
...and CSS like...
.grid { display: grid } .item { display: contents }
... the animations will no longer work. They do, if the .items don't have display: contents on the them.
.item
display: contents
Would it be possible to make it work with display: contents? 🥺
Amazing lib, but given a simple layout like...
...and CSS like...
... the animations will no longer work. They do, if the
.item
s don't havedisplay: contents
on the them.Would it be possible to make it work with
display: contents
? 🥺