Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1023 Bytes

2018-04-21-svg-manipulation.md

File metadata and controls

26 lines (21 loc) · 1023 Bytes
layout title description category startDate tags comments learnings links
post
SVG creation and manipulation
using svg.js lib
diary
2018-04-02
javascript
svg
animation
false
basics of SVG creation and animation
url name
svg.js - The lightweight library for manipulating and animating SVG.

What I've done today

Today I experimented with svg creation and animation. I made a simple codepen which creates two identical svg's and then animates them.

See the Pen svg.js by Hendrik Putzek (@hputzek) on CodePen.

<script async src="https://static.codepen.io/assets/embed/ei.js"></script>

What I'm planning to do next

Continue with my async js course