Skip to content

Commit 8e06e05

Browse files
committed
Remove AOS Animation
1 parent 1fe8611 commit 8e06e05

6 files changed

Lines changed: 0 additions & 60 deletions

File tree

_includes/schedule.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<section id="day-{{ include.day }}-schedule">
22
<div
3-
data-aos="fade-up"
4-
data-aos-duration="700"
5-
data-aos-easing="ease-in"
63
class="mb-5 md:pl-16 pl-5 flex gap-2 md:hidden items-center"
74
>
85
<h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
@@ -69,10 +66,6 @@ <h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
6966
</div>
7067
<!-- speaker avatar -->
7168
<div
72-
data-aos="fade-up"
73-
data-aos-delay="{{ forloop.index | times: 50 }}"
74-
data-aos-duration="1000"
75-
data-aos-easing="ease-in-out"
7669
@click="open_id = '{{ schedule.speaker_id }}'"
7770
class="px-4 group grow flex lg:flex-row flex-col gap-2 items-center justify-center space-y-2 hover:-translate-y-4 duration-300 cursor-pointer w-full max-w-lg"
7871
>

_includes/sp_nav.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,9 @@
8686
<section
8787
id="top"
8888
class="relative w-fit h-fit py-10 md:absolute z-10 top-0 md:left-16 left-5 md:pr-32 flex flex-col items-center md:gap-7 xl:gap-20 gap-4 md:items-start justify-between overflow-hidden"
89-
data-aos="fade-up"
90-
data-aos-duration="1000"
91-
data-aos-easing="ease-in-out"
92-
data-aos-once="true"
9389
>
9490
<div
9591
class="hidden md:flex flex-col space-y-2 w-fit font-extrabold text-xl"
96-
data-aos="fade-right"
9792
>
9893
<a
9994
href="#speakers"
@@ -140,10 +135,6 @@
140135
aria-label="scroll down"
141136
@click.prevent="scrollToSection('speakers')"
142137
class="hidden md:block md:w-9 md:h-19 w-6 h-14 animate-bounce cursor-pointer"
143-
data-aos="fade-up"
144-
data-aos-duration="1000"
145-
data-aos-easing="ease-in"
146-
data-aos-delay="1000"
147138
>
148139
{% include icons/arrowDown.svg %}
149140
</a>

_includes/speakers.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<section
22
id="speakers"
3-
data-aos="fade-up"
4-
data-aos-duration="1000"
5-
data-aos-easing="ease-in-out"
63
>
74
<div class="mb-5 md:pl-16 pl-5 flex gap-2 md:hidden items-center">
85
<h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
@@ -17,10 +14,6 @@ <h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
1714
{% if schedule.speaker_name and schedule.speaker_name != "" %}
1815
<!-- speaker avatar -->
1916
<div
20-
data-aos="fade-up"
21-
data-aos-delay="{{ forloop.index | times: 50 }}"
22-
data-aos-duration="1000"
23-
data-aos-easing="ease-in-out"
2417
@click="open_id = '{{ schedule.speaker_id }}'"
2518
class="group flex flex-col gap-y-4 justify-center items-center hover:-translate-y-4 duration-300 cursor-pointer w-full max-w-sm"
2619
>

_layouts/default.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
defer
3131
src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"
3232
></script>
33-
<!-- AOS - Animate On Scroll library -->
34-
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
35-
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
3633
<script src="/assets/js/main.js"></script>
3734
</head>
3835
<body class="h-full font-sans overflow-x-hidden">

assets/js/main.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

index.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
7373
x-cloak
7474
>
7575
<div
76-
data-aos="fade-up"
77-
data-aos-duration="1000"
78-
data-aos-easing="ease-in-out"
79-
data-aos-delay="1500"
8076
class="hidden md:block fixed top-1/2 left-0 w-full max-w-screen h-full max-h-[304px] transition-opacity duration-300"
8177
>
8278
{% include images/cityBg.svg %}
@@ -112,9 +108,6 @@
112108
</div>
113109
<section id="venue">
114110
<div
115-
data-aos="fade-up"
116-
data-aos-duration="700"
117-
data-aos-easing="ease-in"
118111
class="mb-5 md:pl-16 pl-5 flex gap-2 md:hidden items-center"
119112
>
120113
<h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
@@ -187,9 +180,6 @@ <h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
187180
</section>
188181
<section id="party">
189182
<div
190-
data-aos="fade-up"
191-
data-aos-duration="700"
192-
data-aos-easing="ease-in"
193183
class="mb-5 md:pl-16 pl-5 flex gap-2 md:hidden items-center"
194184
>
195185
<h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
@@ -243,9 +233,6 @@ <h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
243233
</section>
244234
<section id="coscup">
245235
<div
246-
data-aos="fade-up"
247-
data-aos-duration="700"
248-
data-aos-easing="ease-in"
249236
class="mb-5 md:pl-16 pl-5 flex gap-2 md:hidden items-center"
250237
>
251238
<h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
@@ -260,9 +247,6 @@ <h2 class="md:text-3xl text-xl font-bold text-red-normal-active">
260247
href="https://coscup.org/2025"
261248
target="_blank"
262249
class="absolute flex flex-row justify-center items-center text-blue-light md:text-xl text-base font-bold px-12 md:py-2.5 py-1.5 gap-2.5 left-1/2 -translate-x-1/2 top-[60%] bg-green-normal hover:bg-green-normal-active border border-green-light rounded-full"
263-
data-aos="fade-up"
264-
data-aos-duration="1000"
265-
data-aos-easing="ease-in-out"
266250
>Visit</a
267251
>
268252
<span class="object-cover w-screen md:w-full md:shrink-0">

0 commit comments

Comments
 (0)