mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
style: Add CSS transitions for testimonial cards
This commit is contained in:
parent
e2bfdc444a
commit
775a9f86a1
1 changed files with 8 additions and 0 deletions
|
@ -237,6 +237,14 @@ aider --model o3-mini --api-key openai=<key></code></pre>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.testimonial-card {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
transition: opacity 0.4s ease, transform 0.4s ease;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
from scripts.badges import get_testimonials_js
|
from scripts.badges import get_testimonials_js
|
||||||
text = get_testimonials_js()
|
text = get_testimonials_js()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue