Files
ladybird/Tests/LibWeb/Text/expected/interpolation-longhand-properties.txt
Tim Ledbetter 918937231e LibWeb: Use premultiplied alpha when interpolating legacy sRGB colors
Previously, we were only using premultiplied alpha for non-legacy
colors after converting them to the Oklab color space.
2026-02-19 10:45:32 +00:00

27 lines
878 B
Plaintext

At time 400:
accent-color: rgb(78, 88, 99)
align-content: flex-start
animation-duration: 0s
aspect-ratio: 1.544154 / 1
background-color: rgb(78, 88, 99)
background-repeat: repeat-x
border-radius: 40.000001px 60.000001px 80.000001px 100.000001px
bottom: auto
box-shadow: rgb(153, 0, 102) 40.000001px 80.000001px 126.000002px 0px inset, rgba(0, 0, 255, 0.4) 20px 4px 8px 12px
color: rgb(153, 0, 102)
transform: matrix(1, 0, 0, 1, 40, 40)
At time 750:
accent-color: rgb(147, 157, 168)
align-content: space-between
animation-duration: 0s
aspect-ratio: 1.36506 / 1
background-color: rgb(147, 157, 168)
background-repeat: space
border-radius: 75px 95px 115px 135px
bottom: 100%
box-shadow: rgb(64, 0, 191) 75px 150px 227.5px 0px, rgba(0, 0, 255, 0.75) 37.5px 7.5px 15px 22.5px
color: rgb(64, 0, 191)
transform: matrix(1, 0, 0, 1, 75, 75)