Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

I'm using AOS (Animate On Scroll) in my Angular SPA with standalone components. The animations work fine when I first load the page, but when I navigate to another route and then return to the ...
0 votes
1 answer
44 views

I am using Animate on Scroll(AOS) plugin in reactjs. AOS Plugin intimates before the png image is loaded. I see a greyed image instead of the actual image. Here is the working url I cannot share the ...
B L Praveen's user avatar
  • 2,008
1 vote
0 answers
89 views

I installed two packages "Nuxt-aos" and "lodash" with pnpm libraries into my project and after that, I added these two to my nuxt.config.ts: modules: [ "nuxt-aos", &...
1 vote
0 answers
531 views

I am trying to use aos on a website based on React. Here is the component I created according to https://getisotope.com/post/react-aos: //AOSs.tsx import AOS from "aos"; import "aos/...
1 vote
0 answers
82 views

I use the AOS CSS library for scroll animation, but now it works immediately when the page loads. How to fix it? jQuery(document).ready(function ($) { //AOS CSS AOS.init({}); }) <...
1 vote
1 answer
170 views

I'm using Animate On Scroll in my angular poject, I have a bunch of images, that I want to reveal one after the other. <div class="img-gallery"> <div *ngFor="let ...
ayala's user avatar
  • 176
-1 votes
3 answers
157 views

I'm currently using the data-aos attribute to apply the "fade-up-right" animation to an element in my web page, like this: <div className="des__Container" data-aos="fade-up-...
0 votes
0 answers
108 views

I added AOS library on this project sushi007.netlify.app and now I have an overflow... How do I stop it the page from overflow? I tried adding overflow hidden on all the sections. It worked but the ...
0 votes
3 answers
1k views

My Astro component triggers AOS (Animate on Scroll) only once and not when in view. Here's my astro component: --- import { Image } from '@astrojs/image/components'; import CTA from './common/CTA....
0 votes
1 answer
804 views

I am developing a Drupal website with a nav menu using Bootstrap 5 and one of the requirement was to add some animation. For the animation I have used AOS.js library and the problem happens after ...
5 votes
2 answers
4k views

I am wondering how to implement scroll-triggered animations in Next.Js 13 properly. I have tried to use a scroll-triggered animation library like AOS, but in order for it to work, it needs to be ...
0 votes
1 answer
11k views

I am trying to make AOS flip-up animations start when the page is initially loaded. I am refering to the animations applied to img items in <div class="social-media"> , i am using the ...
0 votes
1 answer
824 views

I am creating a website about a person, but I ran into a problem. I am using pico CSS and a library called aos animation(animation on scroll). When I scroll up, I see a horizontal scroll bar. When I ...
1 vote
1 answer
8k views

When you enter the page for the first time, it should be fade up, but it's fade down. This problem seems to be caused by not only the fade-up effect when scrolling down the page, but also the fade-...
Kiju Shin's user avatar
0 votes
1 answer
236 views

AOS fade in should work on scroll, but setting overflow-x and y interferes with the effect. Nothing happens on scroll, fade in only works when i resize the window. I'm using this library: AOS Library ...

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /