This website requires JavaScript.
Explore
Help
Sign In
offen
/
website
Watch
2
Star
0
Fork
0
You've already forked website
mirror of
https://github.com/offen/website.git
synced
2024-11-23 09:20:33 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
67205c548f
website
/
homepage
/
theme
/
static
/
scripts
/
fade.js
4 lines
106 B
JavaScript
Raw
Normal View
History
Unescape
Escape
layout ready
2019-08-22 00:13:11 +02:00
$
(
window
)
.
scroll
(
function
(
)
{
update colors and menu
2019-08-22 09:13:53 +02:00
$
(
".brand-index"
)
.
css
(
"opacity"
,
0
+
$
(
window
)
.
scrollTop
(
)
/
100
)
;
layout ready
2019-08-22 00:13:11 +02:00
}
)
;
Reference in New Issue
Copy Permalink