1. erikoraka
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 01 July 2021
  5.  Subscribe via email
Hi,

Can you please tell me whether there is a way to add zoom animation to the LayerSlideShow photos of my Emani template (https://www.arthrojoint.gr/joomla/) like the effect shown in the following url?

https://osteon.gr/

Best regards,

Eri
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Eri

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.tns-slider img {
transform: scale(1);
transition: all 15s linear;
}
.tns-slide-active img {
transform: scale(1.4);
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!