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
At the moment, the actions SEND_KEYS and RUN_COMMAND don't display an animation because they are generic and we can't know in advance which animation makes sense.
Create a class that inherits from AnimatedAction that in addition to add the animate, color and borderColor options adds a fourth one (animation) that allows to set a custom animation, or NONE.
At the moment, the actions
SEND_KEYS
andRUN_COMMAND
don't display an animation because they are generic and we can't know in advance which animation makes sense.Create a class that inherits from AnimatedAction that in addition to add the
animate
,color
andborderColor
options adds a fourth one (animation
) that allows to set a custom animation, orNONE
.For example:
This action could be used to go back in Firefox/Chrome and display an arrow animation (similar to
CHANGE_DESKTOP
) on the left of the window.The text was updated successfully, but these errors were encountered: