Typo in utilites. Animation name should be `--animation-slide-in-up`
lukaskoeller opened this issue · 0 comments
lukaskoeller commented
Expected
Expected animation to slide up and fade in.
Actual
Animation is not running because --animation-slide-up
cannot be found.
Affected code
open-props/src/extra/utilities.css
Line 31 in 11bb2dd
Fix
Replace --animation-slide-up
with --animation-slide-in-up
.