Firefox has a bug report that CSS transitions are triggered by @media print style changes. There are two questions;
- CSS transitions should be triggered by style changes caused by
@media print queries?
- On-going CSS transitions should be printed as it is?
As of now Firefox does both. Chrome doesn't either. Safari does 2 but doesn't 1.
I believe the current Firefox behavior is ideal, but I am quire unsure what the desired behavior is, from the perspective of users, I guess Safari's behavior is reasonable?
We are going to change our behavior to match Chrome one in that bug.
CC @dbaron and @birtles