Lume
Explore posts from serversKPCKevin Powell - Community
•Created by Lume on 8/10/2023 in #front-end
Shaky animation with transform (not intended)
I've encountered an issue while attempting to animate a cursor using the transform property. Strangely, as the animation nears its completion, a slight shaking behavior emerges. This quirk exclusively manifests in Mozilla Firefox and is absent in Chromium. Below, you'll find the HTML and CSS code I've been working with (without animations): https://codepen.io/uneknown/pen/OJaYKLm
Edit: I do the animation using
transform: translateX();
5 replies
KPCKevin Powell - Community
•Created by Lume on 7/11/2023 in #front-end
Dynamic Grid Columns
I created a grid layout. Can I make the .container dynamically use the remaining space?
Here is my jsfiddle: https://jsfiddle.net/withLume/wqb674u9/2/
16 replies