2 repositorios
Management of the active index and transition logic for a linear sequence of content.
Distinct from Navigation State Management: Distinct from general Navigation State Management as it specifically handles the linear index of a slide collection.
Explore 2 awesome GitHub repositories matching part of an awesome list · Sequential Navigation State. Refine with filters or upvote what's useful.
Bespoke es un framework de presentaciones ligero en JavaScript diseñado para crear presentaciones web secuenciales. Funciona como un controlador de diapositivas basado en el DOM y un motor de navegación que gestiona la visibilidad y el estilo de los elementos HTML para crear flujos de presentación. El framework está construido sobre una arquitectura basada en plugins que permite extender el comportamiento central. Este sistema permite la inyección de lógica personalizada en el flujo de trabajo de navegación al interceptar y modificar eventos del sistema, incluyendo la capacidad de cancelar acciones específicas. El toolkit cubre la definición de elementos de contenido y la gestión de estado, utilizando selectores CSS para identificar unidades de contenido y alternando automáticamente clases según si un elemento está activo o inactivo. Rastrea la posición actual dentro de una secuencia lineal para coordinar las transiciones entre elementos.
Controls the sequence of a collection by transitioning between items and tracking the active index.
GuideView is an Android user onboarding library and UI masking framework used to create guided tours and feature tutorials. It provides utilities for identifying and visually isolating specific Android views by drawing semi-transparent overlays with highlighted holes to focus user attention. The library implements a system for chaining multiple instructional steps together, allowing for the sequencing of highlight pages in a specific order. It supports the attachment of custom text, images, or animations near highlighted views to provide instructional context. The framework manages visual tr
Manages the active step index and transition logic for a linear sequence of tutorial highlights.