-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
feature requestRequest a new featureRequest a new feature
Description
I created an earthquake animation (similar to Animation 8) and wanted the events to appear with transparency. I noticed a few issues: currently, transparency is only supported during the coda phase, which only exists for events with finite duration.
What confuses me is that transparency behaves differently from other properties, such as size or color (see figure below). I’m wondering if there’s a deeper reason why transparency was implemented this way and I’m just not seeing it.
I think I could make the modifications in the source file, but I might need some help.
Issues observed
- The -t option is not available for events.
- Transparency is hard-wired to 0 in the plateau, decay, and normal phases. See lines 839, 846, and 851.
- Two transparency values can be set with -
Mtval1[+cval2]. It seems that the first value (val1) is only used in the previous phase (with a transition in the rise phase). For symbols, this makes little sense since their size is set to 0 at that point—perhaps it’s more relevant for text? - Transparency works fine in the fade and coda phases.
Help needed
I believe I can implement the required changes, but right now I would appreciate:
- Any comments on how transparency is supposed to work—how Paul originally intended it.
- Confirmation that I can safely use the undocumented
psevents -/options to get the event functions at t = 0. See line 629.
Metadata
Metadata
Assignees
Labels
feature requestRequest a new featureRequest a new feature