Hello, I’m Joni

an excitable brand strategist

A Look At SVG viewBox and viewport

17 June 2014

In using the <svg> element we are establishing a fragment consisting of nested details in our document. This fragment has its own viewport and coordinate system which can seem very complex and intimidating when first getting started.

Animated Inline SVG Icons

08 May 2014

I recently did some experimenting with animating inline SVG icons and wanted to quickly review my process and the joys and frustrations I ran into.

Switch Activated CSS Animations

07 April 2014

I created two demos to show how animations can be activated via switch. One demo animates an “Airplane Mode” experience and the other contains a series of street lamps that will turn on. So let’s take a look.

CSS Animation Delays

25 March 2014

I recently had to use multiple CSS animation delays and wanted to create a quick demo to, you know, demonstrate.

Problems with CSS Triangles

19 March 2014

I have been using CSS triangles a lot lately in drawings. While they are genius and I love them, they can also be annoying and inflexible. I figured out how to make them slightly less annoying and thought I should shout it from the rooftops.