Filippo
Filippo
If server goes down you end up with a queue of fetch calls, as server goes down all the backend calls should stop
animate.css is not the only one animations lib, we should use also add support for more libs maybe
Maybe better to serve also sub files to choose animations we want to use
Could be great to include an editorconfig file based on Atom default rules...
``` var Highlighter = new window.Highlighter({ 'scroll': true/false }); ``` Scroll automatically or not to the selected elements.
Examples: skipPrev(30, '.class') //skip previous 30 elements with class = .class skipPrev('.class') //skip all the previous elements with class = .class skipNext(30, '') //skip next 30 elements skipNext('#id') //skip all...
``` var Highlighter = new window.Highlighter({ 'viewable': true }); ``` Work only with visible/viewable elements in page