I have a dropdown element that’s hidden on page load and then is supposed to animate in after a workflow, but isn’t. Animations are working fine with all other elements, and the dropdown appears if I set it to “show” instead of an animation.
Anyone else have this problem or solved it? I’ve even tried adding a pause before the action to allow the animations to catch up in case they were running behind, but no luck there either.
Have you tried putting the dropdown inside a group and then animating the group in instead of the dropdown element?
That would probably fix it. Make sure you make the dropdown element visible on page load again and hide the group on page load, then animate the group in.