Skip to content

Instantly share code, notes, and snippets.

View lacnak's full-sized avatar

Jan Lacnak lacnak

  • jan lacnak kd
  • germany
View GitHub Profile
@lacnak
lacnak / Importcsv
Last active August 29, 2015 14:13 — forked from gabrielem/Importcsv
<?php
class Importcsv extends Routing
{
var $csvPath;
var $csvPathFrom;
var $csvPathTo;
var $tablesDone=array();
var $linesDone=array();
@lacnak
lacnak / index.html
Created January 13, 2020 23:52
SVG Text Animation Using Stroke Offset Method
<!-- This is a recreation of the SVG animation that can be found on Wokine.com -->
<div class="hello-parent">
<svg class="hello-word" width="365" height="365" viewBox="0 0 365 365">
<g id="H-letter">
<line class="H-left-stroke" x1="17" y1="0" x2="17" y2="124" stroke="#000" fill="none" stroke-width="34" />
<line class="H-mid-stroke" x1="33" y1="62" x2="68" y2="62" stroke="#000" fill="none" stroke-width="34" />