argyleink/open-props

Typo in utilites. Animation name should be `--animation-slide-in-up`

lukaskoeller opened this issue · 0 comments

Expected

Expected animation to slide up and fade in.

Actual

Animation is not running because --animation-slide-up cannot be found.

Affected code

var(--animation-slide-up) forwards;

Fix

Replace --animation-slide-up with --animation-slide-in-up.