| 开发者 | |
|---|---|
| 更新时间 | 2026年6月30日 21:07 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
IntersectionObserver API to keep your site lightning fast. Animations trigger only once when the element enters the viewport (15% threshold), saving browser resources.
It uses a unique ajoanim- prefix for all classes, functions, and files to ensure zero conflicts with other themes or plugins.
Available Animations
ajoanim-slide-left, ajoanim-slide-right, ajoanim-slide-up, ajoanim-slide-downajoanim-zoom-in, ajoanim-zoom-outajoanim-fade-in, ajoanim-fade-outajoanim-flashajoanim-fade-in) into the "Additional CSS class(es)" field.ajo-animate folder to the /wp-content/plugins/ directory.No! It is built with vanilla JavaScript and the IntersectionObserver API, which is highly optimized for modern browsers compared to older scroll-event listeners.
By default, all animations take 1 second. You can override this in your theme's Custom CSS by targeting .ajoanim-trigger { animation-duration: 0.5s !important; }.