1. marco.diroio
  2. Commercial Templates
  3. Friday, 28 January 2022
  4.  Subscribe via email
Hi,
Is it possible to apply an animated effect to the skylar slideshow?
1. Like zoom in Nina
2. Or a slow translation to the left as in this example https://www.yuukaidojo.com/online
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marco

Have you tried what has been suggested here?.. https://www.joomla51.com/forum/effect-1#reply-40288

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, thanks ciaran. I tried this zoom solution and I can tell you tha it works with skylar, sorry I forgot to update this post (I'm still working on option 2.)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Precisely I used this css code (where the class name is: "layerslideshowlite";)

div.layerslideshowlite .tns-slider img {
transform: scale(1);
transition: all 30s linear;
transition-delay: 0s;
transition-delay: .8s;
}
div.layerslideshowlite .tns-slide-active img {
transform: scale(1.6);
}
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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