Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
OpenSource
/
dc-sdk
espejo de
https://github.com/dvt3d/dc-sdk
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
92
Wiki
Actividad
Explorar el Código
improve Animation
tags/2.2.1
Caven Chen
hace 4 años
padre
3b97cbf190
commit
98f936ddeb
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
modules/animation/Animation.js
+ 1
- 0
modules/animation/Animation.js
Ver fichero
@@ -18,6 +18,7 @@ class Animation {
* @returns {Animation}
*/
start() {
this._viewer.clock.shouldAnimate = true
this._unbindEvent()
if (this._options.duration) {
let timer = setTimeout(() => {
Escribir
Vista previa
Cargando…
Cancelar
Guardar