Skip to main content

Why doesn't the Animate action work on a dropdown element?

When you use an Animate action on a dropdown element, the animation doesn't perform on the frontend even though the debugger shows it executing.

Written by Sofia Maconi

When you use an Animate action on a dropdown element, the animation doesn't actually perform on the page. This is a known limitation with how Bubble currently handles element animations.

What you might notice

  • The debugger shows the animation executing for a dropdown element, but nothing animates visually on the page

Workaround

Place the dropdown inside a group element and apply the Animate action to the group instead. This achieves the same visual effect.

Did this answer your question?