Button click trigger

Is there a way to trigger an animation on an object or group, say, a fade, using a button click? All I see are layer block targets for button. Thanks.

I think it can be done using popup.

Animation effects are commonly applied directly onto the object you want to animate. The effect can be a one time animation that starts when the object is loaded, or it can be a scroll animation that happens as the object scrolls into view.

If you want an object to animate upon clicking a button, it must be created as a javascript function that can be triggered by the button. Typically, the javascript will utilises CSS to create the fade effect on a named element on the page.