Skip to content

Instantly share code, notes, and snippets.

@balusio
balusio / svg-anim.js
Last active February 14, 2017 15:58
problema instanciando propiedades de SNAP
//Creo la data de cada pasto a utilizar
var dataPasto = [{
idElement :"#first_pasto",
start : "M1097.7,754.6h5.6c0-8.6,3.5-16.4,9.1-22C1105.1,737.5,1099.6,745.2,1097.7,754.6z",
end : "M1097.7,754.6h5.6c0-8.6-0.5-12.8-8.7-23.8C1097,742.7,1099.6,745.2,1097.7,754.6z",
time: 3
}
//pensé crear un objeto que utilizara la data para ahorrar tiempo y funciones :
var createPathAnimation = function(arguments){
@balusio
balusio / 0_reuse_code.js
Created November 23, 2016 17:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console