Use of actions #42
Replies: 2 comments 11 replies
-
I don’t think I could dig up examples quickly, but I’m pretty sure I’ve used various combinations of uncover, only, and alert. I can’t recall why I would have used only instead of uncover though! I didn’t know about (or had forgotten) visible and invisible. I can kind of imagine convoluted examples showing elements of a diagram (or mind map) popping in and out, but that’s only a vague idea. |
Beta Was this translation helpful? Give feedback.
-
OK, it seems we have solid use cases here - so I'll look at retaining the ability to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Implementing the 'action' concept, I've set up the same actions as
beamer
provides:alert
only
invisible
uncover
visible
However, there are some technical issues with
only
that are worrying me, and more generally I'm not sure how useful actions other thatalert
are for users - Till set upactionenv
to use the document-level implementations of actions, but I've not done that.So I'm I sure people use
<1-|alert@1>
, etc., but much less so about<only@4>
or<1-3|invisible@2>
and so on.What's the feeling?
Beta Was this translation helpful? Give feedback.
All reactions