focusable alternatives and similar libraries
Based on the "Tours And Guides" category.
Alternatively, view focusable alternatives based on common mentions on social networks and blogs.
-
driver.js
A light-weight, no-dependency, vanilla JavaScript engine to drive user's focus across the page -
hopscotch
DISCONTINUED. A framework to make it easy for developers to add product tours to their pages. -
GuideChimp
Create interactive guided product tours in minutes with the most non-technical friendly, lightweight and extendable library.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of focusable or a related project?
README
Focusable

An awesome and lightweight library for performing spotlight in your DOM elements, setting an animated overlay to the rest of the page.
You can find a live demo here.
Showcase
Installation
$ npm i focusable-element --save
$ bower i focusable-element
API
$('#my-element').setFocus(options);
Focusable.setFocus($('#my-element'), options);
Focusable.refresh();
Focusable.hide();
Focusable.getActiveElement();
Focusable.getOptions();
Property | Value | Default | Description |
---|---|---|---|
fadeDuration | Number | 700 | Duration of the overlay transition (milliseconds). |
hideOnClick | Boolean | false | Hides the overlay when the user click into it. |
hideOnESC | Boolean | false | Hides the overlay when the user press Esc. |
findOnResize | Boolean | false | Refind the element in the DOM in case that the element don't still exists. |
circle | Boolean | false | Have the spotlight in a circle shape |
npm install
grunt
- See the result of testsuite in http://localhost:9092
- jQuery
- Check open issues
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
You can follow me on Twitter - https://twitter.com/zzarcon