zapupenec/diary_app

View on GitHub
src/components/modal/animation-for-content/animation-for-content.module.css

Summary

Maintainability
Test Coverage
.container {
  height: 100%;
  width: 100%;

  opacity: 0;
  transition: 0.5s;
}

.animate {
  opacity: 1;
}