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
Is your feature request related to a problem? Please explain.
It's hard to write Actions with (args...)-> every time and using symbols for variables is a bit annoying.
Describe the solution you'd like
video =Video(600, 600)
@Action(1:60, id, func(my_args))
@Action(1:10, func(id))
javis(video; pathname="test.gif")
I'm actually a bit against this as it #216 very hard and maybe users can get used to (args...)->. We can also have no arguments such that one can write ()-> and instead have functions like get_current_frame
Is your feature request related to a problem? Please explain.
It's hard to write Actions with
(args...)->
every time and using symbols for variables is a bit annoying.Describe the solution you'd like
can be equivalent to:
but is much easier to read and write.
The text was updated successfully, but these errors were encountered: