Tag Archives: code

Again with the SVGs

The Mystery Unravels

So, I am gettin’ my geek on and keeping true to my goal of making SVG’s more fun to look at. I so want to take advantage of their flexibility, and my penchant for B&W intricate stuff and animation. This ball of twine I SVG’d seemed like the best place to start. A ton of line data, and all the flexibility of easy to read code.

So without further adieu, here’s a little stroke animation attempt – in fact my first animation attempt – totally from scratch, with only a smidge of CSS and generous helping of original SVG line art.

Enjoy!

My First SVG Animation

Animation not happenin’? Click it first, and if that doesn’t do the trick, you might just want to upgrade that there browser of yours.

How did I do it, you say? With only these lil’ tidbits of CSS swirled into the top of the SVG file (edited in any Text Editor). I wrote a little code about it, here it go:

.twine {
stroke-dasharray: 700;
stroke-dashoffset: 0;
-webkit-animation: dash 24s ease-in-out both; /* Chrome, Safari, Opera */
animation: dash 24s ease-in-out both;
-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
animation-iteration-count: infinite;
}

@-webkit-keyframes dash {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 1400;
}
}
@-moz-keyframes dash {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 1400;
}
}
@-o-keyframes dash {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 1400;
}
}
@keyframes dash {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: 1400;
}
}

If you dig it, please feel free to leave a comment or Q. Thanks!

Leonardo da Vinci ASCII art

Oxymoron – The story of an outgoing introvert.

Artistic nerds.

We’re all a bit alike.

We’re intrigued by organic patterns that are evident in nature and often pleasing to us on a sublime level. The golden ration didn’t just fascinate Dan Brown. A whole slew of artists, philosophers, theologians, mathematicians, scientists are intrigued by it. and that’s just one of many cool numbers!

Patterns are evidence of a higher order.

We feel compelled to understand these patterns. To be able to fold it and unfold it. To rearrange it. To disassemble and reassemble it. Never upset when it isn’t the same as before, but happy or intrigued by the new variation.

We’ve made it our own.

It’s no accident that these clues are given to us. Evidence hidden in the stars. In our very essence. As above, so below.

I know you are, but what am I?

The creative among us struggle to express this. The patterns speak to us. And we want to shout it out to the world! Through artwork, music, literature. We unravel the music into chords, notes, harmonics. We filter the white light and take only the specific spectrum we need to create a unique palette. These methods are the key and legend to those who follow.

Code.

Our very core is a generator, and we’re fueled by this natural resource. A free renewable resource that anyone can use endlessly! But not everyone is programmed to access it. Wiring can be funny like that. In know mine’s intermittent at best. Just like I’m not programmed to enjoy taxes or reality TV 100% of the time.

The lineage of geeky artisans is great

Although I don’t yet have a history-book-worthy creation to my credit (yet), I’m still happy to share space with them right here on this web page! It’s mine, and I can do what I want.

Here are a few noteables that come to mind.

Have some of your own? Feel free to share in the comments!

  • Leonardo da Vinci
  • Danny Elfman 
  • Thomas Dolby
  • Brian May
  • Will I Am
  • Elon Musk
  • Nicola Tesla
  • Mozart
  • David Lynch
  • Andy Warhol
  • M.C. Escher
  • Skunk Baxter