Browse Source

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

master
Главред | Glavred 3 years ago
parent
commit
9ae18b6f1b
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      плавно-отобразить-скрыть|smoothly-show-hide.js

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

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


// // // //


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

Loading…
Cancel
Save