How can I fade edges of a div
with jQuery? Think of a carousel with images inside that slides horizontally. How can I fade out the left and right sides so that images near the edges disappears gradually.
Hope it's clear. :)
How can I fade edges of a div
with jQuery? Think of a carousel with images inside that slides horizontally. How can I fade out the left and right sides so that images near the edges disappears gradually.
Hope it's clear. :)
An easy way maybe to display a set of divs over the edges like vertical strips with different opacity levels, giving the impression of images being faded out.