mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
14 lines
286 B
TypeScript
14 lines
286 B
TypeScript
|
|
|
|
new Headroom(document.getElementById('siteHead'));
|
|
|
|
new Headroom(document.getElementsByClassName('siteHead')[0]);
|
|
|
|
new Headroom(document.getElementsByClassName('siteHead')[0], {
|
|
tolerance: 34
|
|
});
|
|
|
|
new Headroom(document.getElementsByClassName('siteHead')[0], {
|
|
offset: 500
|
|
});
|