Good day, tell me with what javascript plug-in you can do this effect on the pictures? http://nextype.ru/

  • What effect are you talking about? About the fact that when you hover over the image it changes to color? Or the fact that there is a block with a description above the image? - Deonis
  • About color change - alexfedosienko
  • @alexfedosienko, so it can be done without any plugins. They use two images: one B / W, the second - color. That was no doubt: 1. nextype.ru/uploads/images/chelstyle_1-2.jpg 2. nextype.ru/uploads/images/chelstyle_1-1.jpg When you hover - just change the path to the image. Just something big deal. ) - Deonis
  • Thanks, already figured it out, made a sprite. - alexfedosienko
  • > made a sprite @alexfedosienko, also an option;) - Deonis

1 answer 1

Yes, there you can actually do without JS, but only on pure CSS. When hovering (hover) on a block, change its background (which, alternatively, in the form of a sprite from two pictures) and force the child block to be displayed and a caption.

  • You can even without changing bg, and without js :) - lampa
  • css filters? If yes, then there is a little problem: caniuse.com/#feat=css-filters - Gena Tsarinny