Back to news

CSS Image Animation Module Level 1: A New Standard for Animated Images on the Web

The new CSS Image Animation Module Level 1 draft proposes CSS properties to control how animated images render in browsers, reducing reliance on heavy GIFs. Combined with modern formats like WebP and AVIF (supported by Safari Technology Preview), this allows WebPS users to export lighter, controllable animations for better performance and accessibility.

CSS Image Animation Module Level 1CSS Image Animation Moduleanimated imagesCSS animationGIF alternativeWebP animation

The way we handle animated images on the web could be on the verge of a significant shift. On April 8, 2026, the W3C published the First Public Working Draft of the CSS Image Animation Module Level 1 (source: W3C News). This CSS module proposes facilities to control the rendering of animated images, offering developers more granular control over how animations like GIFs, animated WebP, and animated AVIF behave in browsers.

What Is the CSS Image Animation Module?

The CSS Image Animation Module aims to bring animated images under the same declarative control we have with CSS animations. Historically, GIFs have been the dominant format for simple animations on the web, but they come with limitations: large file sizes, a limited 8-bit color palette, and no built-in playback control. Animated WebP and AVIF address some of these issues, but still lack consistent browser APIs for controlling playback speed, direction, or looping behavior purely via CSS.

The new module introduces properties like `animation-play-state`, `animation-direction`, and potentially new image-level properties that allow web developers to pause, reverse, or adjust the speed of an animated image—without changing the image file itself. This could be a game-changer for performance, user experience, and accessibility.

For example, instead of loading a high-frame-rate GIF that loops endlessly, a developer could load a static image and apply a CSS animation that simulates the movement, or control an animated WebP to play only on user hover. The draft specification is at an early stage, but it signals the web platform’s commitment to treating animated images as a first-class citizen in CSS.

Browser Adoption: Safari Technology Preview Leads the Way

Just one month after the W3C draft was published, the Safari Technology Preview release 243 (May 7, 2026) included features that align with this direction. The release notes for Safari Technology Preview 243 (source: WebKit Blog) mention updates relevant to WebP and AVIF support, along with general improvements to canvas and image handling. While the notes do not explicitly mention the CSS Image Animation Module, the timing suggests that browser vendors are actively preparing for standardized animated image control.

Earlier, Safari Technology Preview 240 (March 26, 2026) had already focused on WebP and AVIF support improvements (source: WebKit Blog). Coupled with the CSS draft, these developments indicate a future where animated images are lighter, more controllable, and more efficient.

What This Means for WebPS Users

If you use WebPS as your online image editor, this standard could affect your workflow in several ways.

1. Smarter Animated Image Export

WebPS already allows you to export images in WebP and AVIF formats. Once the CSS Image Animation Module becomes more widely supported, you could export an animated WebP or AVIF and then use CSS to control its playback—without needing to re-export or modify the file. This reduces the need to maintain multiple versions of an animated image (e.g., a fast-looping version and a slow-looping version).

2. More Performant Animations

GIFs are notoriously large. Animated WebP can be up to 35% smaller than equivalent-quality GIFs, and AVIF can achieve even better compression. With CSS control, you could use a single high-quality animated AVIF and rely on CSS to handle user interactions (like pause on click). WebPS makes it easy to convert your legacy GIFs to modern formats.

3. Better Design Workflows

In WebPS’s canvas-based editor, you can edit individual frames of an animation, adjust timing, and export with custom settings. The upcoming CSS standard reinforces the importance of maintaining clear animation metadata in your source files, so you can leverage CSS properties later.

4. Accessibility and User Experience

Many users prefer reduced motion. With CSS control, you could respect the `prefers-reduced-motion` media query and set animated images to pause or display only a static frame—something impossible with a raw GIF. This makes your web content more inclusive.

How to Prepare

Start by testing your animated images in Safari Technology Preview or Chrome Canary to see how they respond to CSS properties. Keep an eye on BrowserStack or Can I Use for `@property` or new CSS animation features related to images. In WebPS, practice exporting animations with consistent frame rates and loop settings, so you can easily apply CSS overrides later.

Key takeaway: The CSS Image Animation Module is a promising proposal that aligns with modern image formats. By combining WebPS’s export capabilities with future CSS control, you can build faster, more accessible, and more engaging websites.

Color Models and Image Quality

A related topic is color model support in images. The MDN Blog article “Image formats: Color models for humans and devices” (source: MDN Blog) explains how images represent color across devices. When exporting animated images, ensure you choose a color profile that matches your target screens. WebPS supports sRGB, P3, and other profiles for both static and animated exports.

Conclusion

The CSS Image Animation Module Level 1 is still a draft, but it’s a clear signal that the web platform is evolving to handle animated images more elegantly. For WebPS users, this means an opportunity to create leaner, more controllable animations. As browser support grows, you’ll want to be ready to adopt these CSS-based controls.

Start experimenting today: edit your animated images in WebPS, export as animated WebP or AVIF, and stay tuned for CSS properties that will give you unprecedented control over how they play on the web.

FAQ

What is the CSS Image Animation Module Level 1?

It is a First Public Working Draft published by the W3C on April 8, 2026, proposing CSS facilities to control the rendering of animated images, such as playback speed, direction, and pause behavior (source: W3C News).

How does this affect WebPS users?

WebPS users can export animated images (WebP, AVIF) and later use CSS to control their playback without modifying the original file. This leads to smaller file sizes and better user control.

Are there any browser implementations yet?

Safari Technology Preview releases (240 and 243) have included improvements to WebP and AVIF support, which are prerequisites for CSS image animation. However, the module itself is still in draft stage.

Why is this better than using GIFs?

GIFs have limited colors, large file sizes, and no playback control. CSS-controlled animations using WebP/AVIF are smaller, support more colors, and can be paused or slowed down via CSS.