Skip to content

makinacorpus/Leaflet.OverIntent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet.OverIntent

Aiming is neater than clicking !

This plugins adds a new event mouseintent, that differs from mouseover since it reflects user intentions to aim a particular layer.

Observe the difference with the online demo.

Usage

    var marker = L.marker([lat, lng]).addTo(map);

    marker.on('mouseintent', function (e) {
        // User meant it !
    });

( works with markers and vectorial layers )

Options

  • intentDuration : default is 300ms (See demo.)

Authors

Makina Corpus