Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Foundation 4 中使用 Orbit 并希望完全禁用计时器功能,因此幻灯片只能由用户手动推进。这可能吗?
$(document).foundation('orbit', { timer_speed: 0 }); $(document).foundation();
需要两次调用来初始化 Foundation 的其他组件。任何自定义都应该在 Foundation 本身初始化之前完成。