1. ColDee
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 28 December 2023
  5.  Subscribe via email
Hi,

I really like how the individual template links animate up and down when you hover over them here: https://joomla51.com/joomla-templates There are also 3 links that pop up on hover.

Is there a way to incorporate this in our downloadable templates?

Regards,
Colin.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Colin,

you can easily create an effect like this via CSS:

.bildmq:hover {
transform: scale(1.025) rotate(.02deg) translateZ(0);
transition: transform .5s ease-in;
}

Replace .bildmq with your image class.

Rolf
  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!