Update README.md
This commit is contained in:
parent
bec3106684
commit
22303217a7
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ Please note that smooth scrolling can affect accessibility and performance on so
|
||||||
|
|
||||||
### GSAP Integration
|
### GSAP Integration
|
||||||
|
|
||||||
For individual product pages, [GSAP](https://gsap.com/) has been integrated to add engaging animations that execute as soon as the product page loads. You can find and modify the GSAP configuration in the script sections of the product page file located at `src/pages/products/[...slug].astro` and the insights page at `src/pages/insights/[...slug].astro`:
|
For individual product pages, [GSAP](https://gsap.com/) has been integrated to add engaging animations that execute as soon as the product page loads. You can find and modify the GSAP configuration in the script sections of the product page file located at `src/pages/products/[id].astro` and the insights page at `src/pages/insights/[id].astro`:
|
||||||
|
|
||||||
```astro
|
```astro
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue