Codeminer42/cm42-central

View on GitHub
app/assets/stylesheets/new_board/_key_frames.scss

Summary

Maintainability
Test Coverage
$final-height-timeline: 98%;

@keyframes historyTimeLineAnimation {
  from {
    height: 0;
  }
  to {
    height: $final-height-timeline;
  }
}