I was working with a simple Transform:scale() animation in one of my projects and the result was (horrifyingly) choppy in chrome: jsfiddle.net/6gL9x38f/ if you check the demo in firefox, the scaled up div and the inner text look crisp during and afte...
I've been playing with CSS @keyframes animation lately and I've realized that creating fluid animations is such a pain! My animations feel jittery and unrealistic. Making something like material design animations take me hours to time perfectly. What...
I am changing an element's position using translate and CSS transitions where I'm applying this transition to my element: transition: all .3s ease; I want the transition speed to be really fast at the start and then slow down towards the end. Is ther...
I just saw this post and it just fails to run smoothly on Chrome! and somehow manages to run on firefox. I realized that CSS animations can have an impact on performance too!.. How do I know if the effects I'm using would lower my website performance...