style: Spaces to tabs
This commit is contained in:
parent
875041bacf
commit
8f15664d57
12 changed files with 1580 additions and 1577 deletions
|
|
@ -1,16 +1,16 @@
|
|||
let hippie = {
|
||||
brand: "|-| | |^ |^ | [- ",
|
||||
screen: {
|
||||
w: Math.max(document.documentElement.offsetWidth, document.documentElement.clientWidth, window.innerWidth, 0),
|
||||
vh: Math.max(document.documentElement.clientHeight, window.innerHeight, 0),
|
||||
dh: Math.max(document.documentElement.offsetHeight, document.documentElement.clientHeight, 0),
|
||||
y: Math.min($(document).scrollTop(), document.documentElement.scrollTop)
|
||||
// hippie.screen.y: document.documentElement.scrollTop
|
||||
},
|
||||
body: {
|
||||
w: Math.max(document.body.offsetWidth, document.body.clientWidth, window.innerWidth, 0),
|
||||
h: Math.max(document.body.offsetHeight, document.body.clientHeight, 0),
|
||||
}
|
||||
brand: "|-| | |^ |^ | [- ",
|
||||
screen: {
|
||||
w: Math.max(document.documentElement.offsetWidth, document.documentElement.clientWidth, window.innerWidth, 0),
|
||||
vh: Math.max(document.documentElement.clientHeight, window.innerHeight, 0),
|
||||
dh: Math.max(document.documentElement.offsetHeight, document.documentElement.clientHeight, 0),
|
||||
y: Math.min($(document).scrollTop(), document.documentElement.scrollTop)
|
||||
// hippie.screen.y: document.documentElement.scrollTop
|
||||
},
|
||||
body: {
|
||||
w: Math.max(document.body.offsetWidth, document.body.clientWidth, window.innerWidth, 0),
|
||||
h: Math.max(document.body.offsetHeight, document.body.clientHeight, 0),
|
||||
}
|
||||
};
|
||||
let viewHover = true;
|
||||
let basicEase = 600;
|
||||
|
|
@ -18,13 +18,13 @@ let basicEase = 600;
|
|||
const onerowAlphabet = "/\\ ]3 ( |) [- /= (_, |-| | _T /< |_ |\\/| |\\| () |^ ()_ /? _\\~ ~|~ |_| \\/ \\/\\/ >< `/ ~/_ ";
|
||||
const onerowDigits = "\'| ^/_ -} +| ;~ (o \"/ {} \"| (\\) ";
|
||||
const flagColors = [
|
||||
'fad803',
|
||||
'f2af13',
|
||||
'd30a51',
|
||||
'8e1f68',
|
||||
'273f8b',
|
||||
'3c579a',
|
||||
'b7e0f0',
|
||||
'6bc7d9',
|
||||
'52bed1'
|
||||
'fad803',
|
||||
'f2af13',
|
||||
'd30a51',
|
||||
'8e1f68',
|
||||
'273f8b',
|
||||
'3c579a',
|
||||
'b7e0f0',
|
||||
'6bc7d9',
|
||||
'52bed1'
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue