Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
mahjong
/
povtorniy-repeating-ui
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
Изменения от Главреда ГитЖС | Changes of GitJS Glavred
master
Главред | Glavred
hace 4 años
padre
4821f97088
commit
9ae18b6f1b
Se han
modificado 1 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+11
-0
плавно-отобразить-скрыть|smoothly-show-hide.js
+ 11
- 0
плавно-отобразить-скрыть|smoothly-show-hide.js
Ver fichero
@@ -133,4 +133,15 @@
элемент.remove();
};
плавно.скрыть();
};
// // // //
плавноСкрыть = (id, настройки = null) =>
{
var элемент = $(`#${id}`);
var плавно = new ПлавноОтобразитьСкрыть(элемент.get(0), настройки);
плавно.скрыть();
};
Escribir
Vista previa
Cargando…
Cancelar
Guardar