Is there a way to create a continuous fade in and out effect for an image, transitioning between 40% and 100% opacity?
I attempted using a CSS3 opacity property, but it only allows for 0% and 100%, causing the fade effect to be ineffective.
Does anyone have suggestions on how to achieve this desired effect?