BrentonCozby / dom-slider

Plain JavaScript version of jQuery's slideToggle(), slideDown(), & slideUp(), but does not use display: none.
MIT License
61 stars 7 forks source link

Options for visibleDisplayValue #4

Closed tunUI closed 6 years ago

tunUI commented 6 years ago

If the target for some reason have a display value different from 'block', you can define this in options. For ex 'grid'

BrentonCozby commented 6 years ago

@tunUI Makes sense. Thanks. Do npm run prod and commit it. Then I'll merge.

tunUI commented 6 years ago

Thanks for the tip! Dist file is now created