TRANSITION ISSUE
-
Your work is great. I’m trying to get a transition to work. Using (height 140px) image which lifts hiding the top 70px. What I can’t get it to do is hide the lower 70px (overflow: hidden)
I was able to follow instructions and change the number of slides in the php as someone else had asked. Is there a possible solution there in a way to override the size of the slider bar to 50% of image size?
New at this. Thanks again.
#slider_2420.owl-item {width: 102px; height: 69px; overflow: hidden;} img {transition: transform .5s ease-in-out;} img:hover {transform: translate3d(0px, -70px, 0px);}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘TRANSITION ISSUE’ is closed to new replies.