Interactivity
Cursor, user-select, pointer-events, resize, scroll, and touch utilities. Looking for animations? See Animations →
Cursor
pointer
wait
text
move
not-allowed
grab
zoom-in
help
User Select
select-none — try to select this
select-all — click to select entirely
select-text — normal text selection
Pointer Events
Resize
Scroll Snap
Horizontal scroll with snap points — scroll with mouse wheel, touchpad, or touch. Items snap to center when you stop. (For click-drag sortable lists see the Drag & Drop plugin.)
1
2
3
4
5
Skeleton Loading
CSS Reference
| Class | Description |
|---|---|
.lp-cursor-{auto|default|pointer|wait|text|move|not-allowed|grab|grabbing|zoom-in|zoom-out|help|progress|crosshair|copy} | Cursor style |
.lp-select-{none|text|all|auto} | User select |
.lp-pe-{none|auto} | Pointer events |
.lp-resize-{none|x|y|both} | Resize handle |
.lp-scroll-{auto|smooth} | Scroll behavior |
.lp-snap-{x|y|both|none} | Scroll-snap type |
.lp-snap-{start|center|end|none} | Snap alignment |
.lp-snap-{mandatory|proximity} | Snap strictness |
.lp-touch-{auto|none|pan-x|pan-y|pinch-zoom|manipulation} | Touch action |
.lp-appearance-{none|auto} | Appearance |
.lp-will-change-{auto|scroll|contents|transform} | Will change hint |
.lp-skeleton + .lp-skeleton-{text|title|avatar|img|btn} | Skeleton loading |