Code

Stopping the mobile vh stutter

The CSS selector for vertical height (for example width:100vh for a full height div) offers a super easy way to setup beautiful full-width and full-height div blocks for images or sliders. However, an issue arises on mobile devices when you start scrolling the vertical-height changes as you scroll due to the nav-bars disappearing. To overcome…

Solving the vh stutter
0

Material Confirmation of Click

As a bit of an experiment for this site I wanted to mimic the confirmation of click/touch that Material design allows on apps. Essentially its a circular colour that radiates out from where you touch to show the user that an action has taken place. Here’s the basic structure of my links: I have a…

0