Marcel K*x
Marcel K*x
Thank you for the prompt response and a first rough implementation. As soon as I get closer to it, I'll be happy to look into your feature in detail. There's...
For the meanwhile use this workaround: ``` ... Polymer({ ... _refreshGrid: function() { this.$.grid.applyResponsive(this.$.grid.currentScreenformat, this.$.grid.currentScreenformat); } }); ```
Yes it's even better @arlejeun I would set the debounce time to 100 ms.
Hi, on the subject, I have now found an upcoming extension in the Blink Engine (Chrome, Edge, etc.) that makes this much easier. - https://developer.chrome.com/docs/web-platform/view-transitions/ - https://chriscoyier.net/2023/01/16/intuitive-list-item-transitions-with-the-view-transitions-api/ Maybe this can...
Well, it can currently be enabled via this flag in the current Chrome: > It's currently behind the chrome://flags/#view-transition flag in Chrome 109+. It will certainly be released regularly during...
In my humble opinion, I would only prefer the API implementation. The Blink engine has a large distribution via Chrome, Brave, Edge etc..
Hi @smalluban, sorry for the delay. I was only very insufficiently inside the topic. I have added a small extension to test this. Here is the link: https://codesandbox.io/embed/hybrids-web-components-playground-forked-u27kkz?fontsize=14&hidenavigation=1&theme=dark When adding,...