Skip to content

Version 2

Choose a tag to compare

@BrentonCozby BrentonCozby released this 25 Mar 15:03

Removed dom-slider methods from the Object prototype chain; now they are independent modules. As a result, you must now provide the element as an argument: instead of being able to do element.slideDown(), you must do slideDown({element}). Also, I added aria-hidden to prevent screen readers from reading hidden elements.