This website works better with JavaScript.
Home
Explore
Help
Sign In
mahjong
/
povtorniy-repeating-ui
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Изменения от Главреда ГитЖС | Changes of GitJS Glavred
master
Главред | Glavred
4 years ago
parent
4821f97088
commit
9ae18b6f1b
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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), настройки);
плавно.скрыть();
};
Write
Preview
Loading…
Cancel
Save