DEV Community

Discussion on: Full CSS animations guide which allows you to build amazing websites

Collapse
 
evankapantais profile image
Evan Kapantais

you could also do it like so, instead of typing out percentages.

@keyframe loading {
  from { height: 10px; }
  to { height: 29px; }
}