You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add some simple animation, that is showing an element at the presenter's input.
I know you provide -- or layout, but these cannot be used if the element to animate is inside another one.
I think an easy workaround would just be to use some js to change the class of the element, but for this I need to hook on the event triggered when slide change is attempted. What is this event called? where is it attached?
Thanks!
The text was updated successfully, but these errors were encountered:
bakaburg1
changed the title
hide/show elements on "next slide" event
Hook on "next slide" event to add custom animations
Mar 29, 2022
Hello!
I'd like to add some simple animation, that is showing an element at the presenter's input.
I know you provide
--
orlayout
, but these cannot be used if the element to animate is inside another one.I think an easy workaround would just be to use some js to change the class of the element, but for this I need to hook on the event triggered when slide change is attempted. What is this event called? where is it attached?
Thanks!
The text was updated successfully, but these errors were encountered: