Skip to content

Instantly share code, notes, and snippets.

@balusio
balusio / GHANGELOG.MD
Last active November 6, 2018 21:29
changelog Minor Branch

Changelog

This is the keep track of Components GHDP branch repository

[0.5.0] 2018-08-17

added

  • GHDP-235-audio - audio base scss

[0.4.3] 2018-07-03

Fixed

  • GHDP-155 Layout IE11 broke
@balusio
balusio / GHANGELOG.MD
Last active November 6, 2018 21:09
GHANGELOG MAJOR BRANCH

Changelog

This is the keep track of Components repository

[Unreleased]

Removed

  • FOR-666 removed old version of fontawesomeicons

[1.2.0] - 2018-11-06

Added

  • FOR-784 Accordion Change accesibility
@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