Si te metes en la pagina que tu dices:
presiones ctrl + f (buscar) y colocas la palabra "seconds"
Te lleva al apartado "options" en el cual te especifica que el parametro por default es
time: 7000
milliseconds between the end of the sliding effect and the start of the nex one
Asi que ahora, en tu archivo
camera.js, ya sea que uses "notepad++", "block de notas", "wordpad", "brackets", "sublime text", etc, cualquier editor, la verdad solo por mencionar.
Usa la opcion buscar y busca "time" o "7000"
Te encontraras con la siguiente linea
Código Javascript
:
Ver originaltime : 7000, //milliseconds between the end of the sliding effect and the start of the nex one
El tiempo esta expresado en milisegundos, por lo que cambia 7000 por 4000.
Saludos.