Change font-weight with animation

Hi guys,

I have a slider in my website, and what I want is that when you go to a different slide, the font-weight of a text changes from regular to bold.
I noticed that in the animations panel, you can’t change the font-weight, only the font color.

Is there a way to achieve this?


Here is my public share link: https://preview.webflow.com/preview/up-microwebsite?utm_medium=preview_link&utm_source=designer&utm_content=up-microwebsite&preview=71d78eee9aa46bdb8e164a1f32e27a0d&mode=preview

Are you looking for a smooth transition or instant? If instant, just change the weight to bold on the second slide.

If you’re looking for a smooth transition or delay, there’s not an official animation. A workaround is to set opacity of regular weight to 0, and bold to 100. Set the timing to “With previous”. You can play around with that until it looks the way you want it to.

Other than that, I would recommend custom code. You can Google how to do it.

Found it! thanks so much!