Skip to content

gre/css-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

css-cursor

Normalize the value of CSS Cursor.

Unfortunately cursor CSS property value sometimes needs to be browser prefixed. This module solves this issue.

Example

var cssCursor = require("css-cursor");
element.style.cursor = cssCursor("grab"); // can be grab, -webkit-grab or -moz-grab depending on the browser

About

Normalize the value of CSS Cursor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published