Anyway to make scrolling animation better?

On mobile veiw I have a Contact Us button that stays fixed to the lower right of my page and I want to animate it to transform into a smaller button with a symbol instead of text. This is the best way I could come up with to make this animation work. Any help on how to make it look better?


https://preview.webflow.com/preview/miller-builders-group-21b4df?utm_medium=preview_link&utm_source=designer&utm_content=miller-builders-group-21b4df&preview=674de2b2569f3030025fd5f95914ea41&workflow=preview

Hi there,

To transform a button from text to a symbol state on mobile view, you can use Webflow’s display conditions and interactions. Here’s what you can do:

Create two button versions - one with text and one with your symbol. Set display conditions so the text button shows on desktop and the symbol button shows on mobile breakpoints. You can also use interactions to animate the transition between states when the breakpoint changes.

For a more dynamic approach, you can use a single button and modify its contents using breakpoint-specific styles. Hide the text and show the symbol using display: none/block or opacity settings at your chosen breakpoint.

Both approaches work well for creating responsive buttons that adapt to different screen sizes.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.