argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.
https://open-props.style
MIT License
4.7k stars 191 forks source link

fix: naming to --animation-slide-in-up #452

Closed lukaskoeller closed 9 months ago

lukaskoeller commented 9 months ago

Fixes #451.

Utility class after change:

.fade-up-and-in {
  opacity: 0;
  animation: 
    var(--animation-fade-in) forwards,
    var(--animation-slide-in-up) forwards;
  animation-delay: .3s, 0s;
  animation-duration: .7s, 1s;
}
stackblitz[bot] commented 9 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.