Closed GalKJ closed 1 year ago
By adding transition: 0.5s ease-in-out; on .book rather than .book:hover you will get a smooth transition when user hovers and un-hovers.
transition: 0.5s ease-in-out;
.book
.book:hover
Gal :)
This has been sorted with 0fe5c6d0f06b7d32b6fe54e6f8f46b524047e066
By adding
transition: 0.5s ease-in-out;
on.book
rather than.book:hover
you will get a smooth transition when user hovers and un-hovers.Gal :)