Skip to content

nhelfman/grid-selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid selection - PaintWorklet

Demo for grid selection using PaintWorklet (CSSPaint API). The goal is to being able to perform smooth and fast selection without inducing renderer layout.

Since the drawing of the selection highlight happens in the paint phase no layout is required.

Test page to see this in action: https://nhelfman.github.io/grid-selection/index.html

To run locally need to have a web server. E.g.:

>npm install -g http-server
>http-server
...

Open Chrome on http://localhost:8080

Use mouse to select on grid.

image

About

Grid selection web technologies exploration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published