Skip to content

Commit fdba659

Browse files
committed
Increase delay for fade animation of cards
1 parent 2aaa2c5 commit fdba659

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spock-website/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Expressive Specifications</
9292
non-programmers.</p>
9393
</div>
9494
</div>
95-
<div data-aos="fade-up" data-aos-delay="150">
95+
<div data-aos="fade-up" data-aos-delay="200">
9696
<div class="feature-card h-full">
9797
<svg viewBox="0 0 24 24">
9898
<path d="M3 17l6-6 4 4 8-8"/>
@@ -101,7 +101,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Powerful Mocking</h3>
101101
<p class="text-gray-300">Create flexible and powerful mocks and stubs with built-in support.</p>
102102
</div>
103103
</div>
104-
<div data-aos="fade-up" data-aos-delay="200">
104+
<div data-aos="fade-up" data-aos-delay="300">
105105
<div class="feature-card h-full">
106106
<svg viewBox="0 0 24 24">
107107
<circle cx="12" cy="12" r="10"/>
@@ -111,7 +111,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">JUnit Platform</h3>
111111
<p class="text-gray-300">Seamless integration with JUnit 5+ and build tools.</p>
112112
</div>
113113
</div>
114-
<div data-aos="fade-up" data-aos-delay="250">
114+
<div data-aos="fade-up" data-aos-delay="400">
115115
<div class="feature-card h-full">
116116
<svg viewBox="0 0 24 24">
117117
<path d="M3 3h18v6H3zM3 15h18v6H3z"/>
@@ -121,7 +121,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Data-Driven Testing</h3>
121121
<p class="text-gray-300">Easily run the same test with different sets of data.</p>
122122
</div>
123123
</div>
124-
<div data-aos="fade-up" data-aos-delay="300">
124+
<div data-aos="fade-up" data-aos-delay="500">
125125
<div class="feature-card h-full">
126126
<svg viewBox="0 0 24 24">
127127
<polygon points="12 2 15 8 22 9 17 14 18 21 12 18 6 21 7 14 2 9 9 8 12 2"/>
@@ -130,7 +130,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Groovy DSL</h3>
130130
<p class="text-gray-300">Leverage the power and flexibility of the Groovy language.</p>
131131
</div>
132132
</div>
133-
<div data-aos="fade-up" data-aos-delay="350">
133+
<div data-aos="fade-up" data-aos-delay="600">
134134
<div class="feature-card h-full">
135135
<svg viewBox="0 0 24 24">
136136
<rect x="3" y="3" width="18" height="18" rx="2"/>

0 commit comments

Comments
 (0)