Move IsAnimationAffectingProperty into a bitset.
This makes for slightly faster code, but more importantly, it moves
the knowledge of which properties are animation-affecting into Jinja,
so that the next patch can use it for generating “transition: all”
comparison code.
The behavior should be the same, except that some alias property IDs
(e.g. kAliasWebkitAnimation) are true now and were false before.
This seems like mostly an oversight, but also an inconsequential one.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Move IsAnimationAffectingProperty into a bitset.
This makes for slightly faster code, but more importantly, it moves
the knowledge of which properties are animation-affecting into Jinja,
so that the next patch can use it for generating “transition: all”
comparison code.
The behavior should be the same, except that some alias property IDs
(e.g. kAliasWebkitAnimation) are true now and were false before.
This seems like mostly an oversight, but also an inconsequential one.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |