patapata
Version:
Animation of dom, flipping its sections for showing and hiding the whole
26 lines (22 loc) • 397 B
Plain Text
{
"bitwise": true,
"eqeqeq": true,
"curly": true,
"quotmark": true,
"strict": true,
"trailing": true,
"white": true,
"maxlen": 800,
"undef": true,
"unused": true,
"indent": 4,
"eqnull": true,
"evil": true,
"expr": true,
"newcap": false,
"browser": true,
"globals": {
"Promise": false,
"console": false
}
}