This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |