rusiano Posted June 22, 2015 Share Posted June 22, 2015 Hey, I'd like to ask you about transition in product grid in index page. I added a following code in product_list.css: ul.product_list.grid > li.hovered .product-container { transition: all 0.2s ease-in-out; } When I hover on product item animation works but when I unhover there isn't any animation. It works only when I hover element but not when I leave position of pointer. I don't know why it doesn't work, as you can see my animation is ease-in-out so... any help? Link to comment Share on other sites More sharing options...
vekia Posted June 23, 2015 Share Posted June 23, 2015 it's because when you move mouse out, the li element doesnt have .hover class anymore in this case it will be much better to use just :hover modifier instead of .hover class Link to comment Share on other sites More sharing options...
Maheshmohan1093 Posted June 24, 2015 Share Posted June 24, 2015 Hi , Is it possible to have grid and list view in the home page as well? I am using Prestashop 1.6 default bootstrap theme. I would like to have that option nearby home page tabs (can be aligned right). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now