Header
Blog
Tags
About
As a personAs a developer
ProjectsContact

Fixing mobile hover effects

July 17, 2018CSS, Mixin, Optimization, SASS

One of the worst parts about hover effects is that they often look horrible on mobile devices because they trigger on click... Then don't go away and just sit there (laughing at you I guess). I got irritated, so I began wondering if there is a fix…

Performant CSS Underline animations

July 15, 2018Animation, CSS, Performance, Tutorial

With CSS, there's plenty of ways to do an underline. Borders, box shadows, pseudo elements... The list goes on and on. But is any one method better than another? Let's take a look at a few methods of doing a simple animated underline, then we'll dig…