hakubo / Sloth

Library to lazy initialize components of a webpage when they become visible
http://hakubo.github.com/Sloth/
MIT License
56 stars 5 forks source link

Feature Request: Detect when element leaves view #6

Open jscheel opened 10 years ago

jscheel commented 10 years ago

Have enter and exit callbacks

hakubo commented 10 years ago

Interesting idea should that be persistent ?

I mean should callbacks be remove or stay there and always fire on enter/leave

jscheel commented 10 years ago

Hmm, I would probably make it an option called "once".