CSS Animations: Using animation-fill-mode

Animation-fill-mode defines how styles are applied to the target of your CSS animations outside of the animation itself. By default your CSS animations won’t affect the element you’re animating until the first keyframe is “played”, then stops affecting it once the last keyframe has completed. This can leave you with some awkward jumps and cuts. …

Flexible Hours • Inside GitHub

Don’t agree wholeheartedly with the flexible hours (you need some time where the whole team is together), but do agree with the unlimited paid time off policy. I for one have a job with flexible/concentrated hours which result in a 1.5 days “not behind the desk” where I can plan my time in a manner …

Gone In 60fps – Making A Site Jank-Free

To highlight how widespread rendering is a performance bottleneck, we’re going to walk through a detailed case study of Pinterest.com. Learn about common paint issues in modern sites and equally as importantly — how to diagnose them. We’ll also look at changes Pinterest made to get up to a 40% improvement in rendering times. A …