longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

Suggestion: add an option for opening/closing effect and easing #369

Open ianthedev opened 6 years ago

ianthedev commented 6 years ago

Currently, the opening/closing effect is fixed to slideDown/slideUp. It would be great if we have an option to change them to fadeIn/fadeOut. And an option for the easing of the opening/closing effect would be great, too.

holtkamp commented 6 years ago

Thanks for the suggestion, a PR which includes a working demo would be appreciated!

ianthedev commented 6 years ago

@holtkamp Excuse me, but what does "PR" mean?

holtkamp commented 6 years ago

Ah, sorry, it means Pull Request. You can use it to contribute to this library! You can use Google to search a bit on how to:

Good luck!

ianthedev commented 6 years ago

@holtkamp I see.