- Posts: 185
- Thank you received: 0
deactivate effect hot swipe carousel slides
-
dh12355@gmx.de
Inactive member -
Topic Author
- Member
-
Less
More
8 years 11 months ago #46861
by dh12355@gmx.de
deactivate effect hot swipe carousel slides was created by dh12355@gmx.de
How can the zoom effect be deactivated?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6899
- Thank you received: 737
8 years 11 months ago - 8 years 11 months ago #46862
by milos
Replied by milos on topic deactivate effect hot swipe carousel slides
Hello,
Please edit file /templates/hot_teeth/css/template_css.css and delete this:
Regards,
Milos
Please edit file /templates/hot_teeth/css/template_css.css and delete this:
Code:
.hot_swipe_carousel_slides .gallery-cell.is-selected img {
-webkit-animation-name: growslowly;
-moz-animation-name: growslowly;
-o-animation-name: growslowly;
animation-name: growslowly;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 10s;
-moz-animation-duration: 10s;
-ms-animation-duration: 10s;
-o-animation-duration: 10s;
animation-duration: 10s;
}
Regards,
Milos
Last edit: 8 years 11 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.202 seconds