briangonzalez / jquery.adaptive-backgrounds.js

🦎 A jQuery plugin for extracting the dominant color from images and applying the color to their parent.
http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/
6.54k stars 454 forks source link

Added transparent color feature. #70

Closed ozgurg closed 7 years ago

ozgurg commented 7 years ago

Added transparent color feature.

AlfredJKwack commented 7 years ago

@briangonzalez Hi Brian. This patch won't break anything as far as I can tell at a glance. While it is trivial for transparency to be added outside of the plugin itself I believe there may be a flicker as the plugin completes before any transparency is added. I guess it's up to you on whether or not you want to add this feature before we go any further.

briangonzalez commented 7 years ago

This should be fine, thanks @AlfredJKwack!