pub fn temporally_active( now: u64, valid_from: u64, valid_until: Option<u64>, onset_secs: u64, decay_secs: u64, ) -> bool
Whether an asset should be considered visible at all (α > 0).