/
githubmirror
/
animate.css
Обзор
Документация
Войти
/
githubmirror
/
animate.css
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.1.1
docs/main.mjs
14 строк
547 B
Elton Mesquita
v4 release (#1050)
07 май 2020, 18:42
Не верифицирован
07 май 2020, 18:42
5a1c6b1
Код
Авторство
О чём код?
import buildDocsIndex from './modules/buildDocsIndex.mjs'; import playground from './modules/playground.mjs'; import startAnimations from './modules/startAnimations.mjs'; import toggleOnClick from './modules/toggle.mjs'; buildDocsIndex(); playground(); toggleOnClick('.callout-showList', 'html', 'animationList-active'); toggleOnClick('.callout-hideList', 'html', 'animationList-active'); toggleOnClick('.hamburger', 'html', 'hamburger-active'); toggleOnClick('.docs-index', 'html', 'hamburger-active'); requestAnimationFrame(startAnimations);