This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Releases: GoogleChromeLabs/critters
Releases · GoogleChromeLabs/critters
1.3.1
1.3.0
- Critters now knows how to inline
@keyframe
rules! Thanks @tomrav for the idea and initial implementation.
// default: it'll only inline @keyframes that are used by critical CSS:
new Critters({ keyframes: 'critical' })
// there's an option to inline all keyframes:
new Critters({ keyframes: 'all' })
// ... and then one to remove all keyframes
new Critters({ keyframes: 'none' })