Animation into slide

May 08, 2015

Hi everyone, we are working in a project with a animation made in javascript. The animation runs when the user clic on icon. When animation finish, wait 5 seconds and we want redirectly to the slide depends the result obtained in animation. e.g. if animation shows Year-1950 Place-Rome, we want redirectly to the slide that shows this result. In our code in javascript we've the next:

var array = new Array();
array[0] = new Array("1956","P Mallorca","BIENVENIDA","https://www.google.es/?#q=1");
array[1] = new Array("1965","Islas Baleares","MISIÓN","https://www.google.es/?#q=2");
array[2] = new Array("1978","Madrid","VALORES","https://www.google.es/?#q=3");
array[3] = new Array("1984","Bali","PRINCIPIOS","https://www.google.es/?#q=4");
array[4] = new Array("1987","Luxemburgo","MODELO","https://www.google.es/?#q=5");
array[5] = new Array("1996","Rep Dominicana","CLIENTE","https://www.google.es/?#q=6");
array[6] = new Array("1998","Lisboa","TALENTO","https://www.google.es/?#q=7");
array[7] = new Array("2000","New York","PROMOCIÓN","https://www.google.es/?#q=8");
array[8] = new Array("2006","Cancún","FEEDBACK","https://www.google.es/?#q=9");
array[9] = new Array("2011","Xian","RSC","https://www.google.es/?#q=10");

Just we want to know how change the piece of code "https://www.google.es/?#q=10" for each slide.

Thanks in advance,

1 Reply

This discussion is closed. You can start a new discussion or contact Articulate Support.