Web platform features explorer

transition-behavior

Newly available since 2024-08-06
Tags: css Groups: CSS > Transitions (CSS)

The transition-behavior: allow-discrete CSS declaration allows transitions for properties whose animation behavior is discrete. Such properties can't be interpolated and swap from their start value to the end value at 50%.

Browser support

  • Chrome 117 Released on 2023-09-12
  • Chrome Android 117 Released on 2023-09-12
  • Edge 117 Released on 2023-09-15
  • Firefox 129 Released on 2024-08-06
  • Firefox for Android 129 Released on 2024-08-06
  • Safari 17.4 Released on 2024-03-05
  • Safari on iOS 17.4 Released on 2024-03-05

Developer signals

Usage (according to Chrome Platform Status)

~0.403% of page loads. More data at chromestatus.

Interop