An experiment to see if I can get svg paths to animate only to a certain horizontal line while a user scrolls. Used in my unreleased wongfu side project.
Built with blockbuilder.org
An experiment to see if I can get svg paths to animate only to a certain horizontal line while a user scrolls. Used in my unreleased wongfu side project.
Built with blockbuilder.org
| license: gpl-3.0 | |
| height: 620 |
| # lansatutil directory | |
| LANDSAT = ~/landsat | |
| # scenes to target | |
| LANDSAT_IDS = \ | |
| LC81220442016038LGN00 \ | |
| LC81220452016038LGN00 \ | |
| LC81210442014281LGN00 \ | |
| LC81210452014281LGN00 |
| (function (global, factory) { | |
| typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | |
| typeof define === 'function' && define.amd ? define('d3-glyphEdge', ['exports'], factory) : | |
| factory((global.d3_glyphEdge = {})); | |
| }(this, function (exports) { 'use strict'; | |
| function halfArrow(d, nodeTargetSize, bodySize, headSize) { | |
| var diffX = d.target.y - d.source.y; | |
| var diffY = d.target.x - d.source.x; |
| [ | |
| { | |
| "name": "Tyrion Lannister", | |
| "imdbUrl": "http://www.imdb.com/character/ch0146096/", | |
| "screentime": 293.3, | |
| "episodes": 54, | |
| "portrayedBy": { | |
| "name": "Peter Dinklage", | |
| "imdbUrl": "http://www.imdb.com/name/nm0227759/" | |
| } |