2 रिपॉजिटरी
Utilities for capturing and delegating user input events at the overlay layer.
Distinguishing note: Focuses on event delegation for UI overlays rather than general event handling.
Explore 2 awesome GitHub repositories matching user interface & experience · Interaction Interception Tools. Refine with filters or upvote what's useful.
Driver.js is a browser-based library designed for creating interactive product tours and guided walkthroughs. It provides a framework for building step-by-step instructional sequences that help users navigate complex application interfaces, facilitating onboarding and feature discovery. The library distinguishes itself through its state-driven orchestration, which manages the sequence of steps and transition logic for guided tours. It utilizes a full-screen overlay layer to capture user interactions and isolate specific interface components, employing visual masking techniques to dim surround
Listens for user inputs at the overlay level to intercept events before they reach the underlying page.
SwiftEntryKit is a Swift presentation framework and UI overlay library used to orchestrate banners, pop-up views, and custom modal presentations on top of an iOS application window. It functions as a view orchestrator that manages the lifecycle, animations, and layering of multiple overlapping user interface elements. The framework features a priority-based queueing system to determine the display order and precedence of overlays, ensuring specific elements can override others. It includes a dedicated animation toolkit for translation, scale, and fade transitions, alongside haptic integration
Includes utilities for capturing and delegating user input events to manage interaction between overlays and the main window.