You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement an element that allows triggering an action, and toggling a class name, on a target element, when targeted element intersects a scrollable target (default window view pane, by default).
Acceptance Criteria
Element should support choosing a scroll orientation to be triggered on - horizontal/vertical, and/or both.
Implementation.
Unit tests.
Documentation.
App story.
The text was updated successfully, but these errors were encountered:
…it's intersection observer only when absolutely necessary (on dom-node reconnect, and/or on required prop. updates).
- Performed minor code cleanup on control (prop names declaration orders).
- Progress on adding additional examples to x-toggleclassonscroll control.
…it's intersection observer only when absolutely necessary (on dom-node reconnect, and/or on required prop. updates).
- Performed minor code cleanup on control (prop names declaration orders).
- Progress on adding additional examples to x-toggleclassonscroll control.
- Updated stylelint version numbers - Mismatched version numbers causes segfault when running tasks via pnpm.
Implement an element that allows triggering an action, and toggling a class name, on a target element, when targeted element intersects a scrollable target (default window view pane, by default).
Acceptance Criteria
Element should support choosing a scroll orientation to be triggered on - horizontal/vertical, and/or both.Implementation.
Unit tests.
Documentation.
App story.
The text was updated successfully, but these errors were encountered: