Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pannellum
espelhamento de
https://github.com/mpetroff/pannellum.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
Zooming out with the keyboard was too slow; speeding up.
pull/54/head
Matthew Petroff
9 anos atrás
pai
d3c739df5e
commit
d71732e50b
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
Ver arquivo
@@ -710,7 +710,7 @@ function keyRepeat() {
// If minus key is down
if (keysDown[0]) {
setHfov(config.hfov + (zoomSpeed * 0.8 + 0.
2
) * diff);
setHfov(config.hfov + (zoomSpeed * 0.8 + 0.
5
) * diff);
}
// If plus key is down
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar