Switch to version 15: added src/components/custom/TestimonialCard.css
This commit is contained in:
11
src/components/custom/TestimonialCard.css
Normal file
11
src/components/custom/TestimonialCard.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.testimonial-card {
|
||||
transition: opacity 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.fade-in {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.fade-out {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user