-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Re-factor and re-launch a new version of amp-carousel to address a number of user & developer needs, including dynamic & responsive content, UX updates, and using amp-carousel outside of the context of valid AMP
Fix some low-hanging fruit for amp-carousel UX
- Better advance affordance visual design (improved arrow icon)
- better "hint" affordance (currently appears and disappears without optimal timing—there could be a better pattern)
Support dynamic and responsive content
- Support dynamic content (updates via amp-list & amp-bind to fetch and display slides on initial page load, as well as after amp-bind mutations)
- Support responsive content (change number of slides displayed per view based on viewport width)
Make amp-carousel function well when outside of the context of a valid AMP document
More TBD — the above description includes requirements based on initial discussions
/cc @nainar for edits/updates as the scope is developed & refined
(Note: this issue and the initial comments applied just to "dynamic and responsive" content in amp-carousel)