Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/terwanerik/ScrollTrigger
/ isInt
Function
isInt
src/scripts/Trigger.js:5–7 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
3
import
'../extensions/Array'
4
5
function
isInt(n) {
6
return
Number(n) === n && n % 1 === 0
7
}
8
9
function
isFloat(n) {
10
return
Number(n) === n && n % 1 !== 0
Callers
2
_getElementOffset
Method · 0.85
_getViewportOffset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected