Josh Williams
Josh Williams
I should test using RaF for scroll-based events on a huge page with lots of things happening.
When a scroll container goes inactive, its `scrollStoryActive` class is removed but the most recent `scrollStoryActiveItem-ID` class remains, as its normally cleaned up on a new item focus. Since no...
Lost in 0.3 rewrite getItemsByCategory getActiveCategory scrollToCategory scrollToCategoryIndex getItemsByTag(tags, all) getTags filterByTag unFilterByTag getItemsByTag
Useful for infinite scroll, etc, as pointed out in: https://github.com/sjwilliams/scrollstory/issues/3 Should allow for the specifying of an index. Something like: `scrollstory.addItems(items, 0)`; Which means we should loop through and update...
_prepItem generates a domID, even if you pass in an id via the content array ``` js $('#container').ScrollStory({ content: [{hed:'Headline1', id:'myid1'}, {hed, 'Headline2', id: 'myid2'}] }); ``` _prepItem should probably...
We're pulling in the exact 0.0.1 version of ffmpeg-node, which has disappeared from npm. 0.0.2 seems to be available and working. Let's use that.
Generated .webm files in unit tests are returning different checksums on every run, making reliable test impossible. This happens form the command line and when running the task. Is this...
If laziestloader is given slug-based widths, it incorrectly assumes that they're presorted from smallest to largest. So an example like this will fail to pick the correct rendition: ``` html...
Normally I use this plugin in responsive layouts were images or other lazy loaded elements have rules that make them block elements and inherit a width from their parent: ```...