claviska / jquery-minicolors

jQuery MiniColors Plugin
MIT License
960 stars 313 forks source link

Does not work with jQuery Slim build #257

Closed dzafel closed 6 years ago

dzafel commented 6 years ago

Unfortunatelly minicolors does not work with jQuery Slim build because of the animations. Are there any plans to remove jQuery animations from this library and use CSS3 anims, or let us decide if we actually want any animations at all?

claviska commented 6 years ago

No plans, but I'd entertain a PR that checks to see if animation is supported. Bonus points if it also added an option to disable them regardless of the library.

claviska commented 6 years ago

Side note: it would be good to know if minicolors works with Zepto and Cash too.

dzafel commented 6 years ago

Does not work with Zepto and Cash and the fix wouldn't be as fast as for jQuery Slim, but I hope this PR is enough for now and will help some people like myself :)