02 March 2021

Fade animation css

Fade animation css
Test mouse hover
Test mouse hover

Fade animation css
2021
@keyframes fadeCard {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.container {
  animation: fadeCard 1s ease forwards;
  transition: transform 0.4s ease-out;
}

0 nhận xét:

Post a Comment

 

BACK TO TOP

Xuống cuối trang