核心原生演示 (异步加载) Core Native Demo (Asynchronous Loading)

此示例展示了 AOS Modern 监听 DOM 树变更的能力。 通过 MutationObserver,当页面动态插入带 data-aos 属性的新元素时, AOS 会自动捕捉并使其支持动画,无需手动执行 AOS.refresh()

This demo showcases AOS Modern's ability to monitor DOM mutations. Powered by MutationObserver, newly inserted elements with data-aos attributes are automatically detected and animated without manual AOS.refresh() calls.