This is the keep track of Components repository
- FOR-666 removed old version of fontawesomeicons
- FOR-784 Accordion Change accesibility
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
//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){ |