rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
907 stars 216 forks source link

Transitions not working #106

Closed thiagobrez closed 6 years ago

thiagobrez commented 6 years ago

I followed the steps of implementation but when changing from one image to another there is no transition applied, like in the presentation site. I guess, does the transition CSS even come in the package? Looked through the files and just couldn't find it. I'm sure both the CSS and JS are being called because I've put a console log in the JS and changed the selected background color for the CSS. Double-checked the import paths, tried importing from cloudfare, tried multiple jQuery versions and the select structure code I copied from the examples. No problem if I gotta do it manually, but I was wondering that if it is already included it'd be better to use it as is. Thanks in advance.

rvera commented 6 years ago

They don't come, with the package. It's up to the implementation, in the example site it's bootstrap doing all the work. It's basically doing transition: all 0.2s ease-in-out; on the .thumbnail class.