redo main/register page
This commit is contained in:
1 parent
eaa2febbf2
commit
1ad5eb654b
400 files changed
+93168
-323
No files matched your search
@@ -0,0 +1,14 @@
|
||||
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);
|
||||
Reference in new issue
Block a user