Skip to content

Instantly share code, notes, and snippets.

View winniehell's full-sized avatar
🤯
I set my status

Winnie winniehell

🤯
I set my status
View GitHub Profile
@ZJONSSON
ZJONSSON / index.html
Last active May 27, 2022 17:14
Simple transitioning slides with SVG and D3
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<script src="svg_slides.js"></script>
<script src="svg_interact.js"></script>
</head>
<body>
<script>
// There are probably better ways of loading the SVG, but this is one example I found