Ver código fonte

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

master
Главред | Glavred 3 anos atrás
pai
commit
9ae18b6f1b
1 arquivos alterados com 11 adições e 0 exclusões
  1. +11
    -0
      плавно-отобразить-скрыть|smoothly-show-hide.js

+ 11
- 0
плавно-отобразить-скрыть|smoothly-show-hide.js Ver arquivo

@@ -133,4 +133,15 @@
элемент.remove();
};
плавно.скрыть();
};


// // // //


плавноСкрыть = (id, настройки = null) =>
{
var элемент = $(`#${id}`);
var плавно = new ПлавноОтобразитьСкрыть(элемент.get(0), настройки);
плавно.скрыть();
};

Carregando…
Cancelar
Salvar