This repository was archived by the owner on Feb 1, 2020. It is now read-only.
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
Open
Description
I have breakpoints that look like:
{
breakpoints: {
small: {
min: 480
},
medium: {
min: 680
},
large: {
min: 900
},
xlarge: {
min: 1220
}
}
}
And, using the $(window).morlockBreakpoint()
, and sizing quickly from small
to xlarge
, I would expect "enter" breakpoint events to fire for medium
, large
, and xlarge
, but that doesn't happen.
Metadata
Metadata
Assignees
Labels
No labels