Sfoglia il codice sorgente

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

master
Главред | Glavred 3 anni fa
parent
commit
9ae18b6f1b
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. +11
    -0
      плавно-отобразить-скрыть|smoothly-show-hide.js

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

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


// // // //


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

Loading…
Annulla
Salva