Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with expired events not being removed
The event enter animation had a higher specificity than the remove animation, which meant the remove animation never took effect. Simply flipping the order of the two rulesets fixes the issue.
- Loading branch information