Skip to main content
Question

How to achieve this animation style?

  • June 19, 2024
  • 3 replies
  • 75 views

Wei1
  • New Member
  • 1 reply

Screenshot 2024-06-19 022204
When hovering image/buttons become bigger while other become smaller.

This topic has been closed for replies.

3 replies

Gleb
  • Power Member
  • 4716 replies
  • June 19, 2024

You already have an answer on your image: create two screens, one in hover state and one in normal state. Add on hover trigger and transition to second screen with smart animate.


Wei1
  • Author
  • New Member
  • 1 reply
  • June 19, 2024

I want it to act as a button instead of a transition though, and when the picture becomes teh bigger button then the other images become smaller. Any help with that?


Gleb
  • Power Member
  • 4716 replies
  • June 19, 2024

Set regular on click event on the hovered page to direct the user to the other page.

Make them smaller then. Just look at your screenshot and repeat.