This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Dec 04, 2023
-
-
jojohoch authored
- Resolve the conflict between the browser behaviour in concat scroll snap mode and the scroll button with delays - Add space at the bottom of each page to ensure that the user can reach every element
-
- Nov 28, 2023
-
-
jojohoch authored
- add padding - add stopping on every page - change selected index recognition
-
- Oct 31, 2022
-
-
jojohoch authored
- The workarounds for ff with setTimeout are no longer necessary in the new version and have been removed - Replace ChangeDetectorRef.detectChanges with setTimeout because the scroll button was not always reliably displayed at startup
-
- Aug 25, 2022
-
-
jojohoch authored
This button helps the user to detect if a page has additional, hidden content
-
- Aug 17, 2022
-
-
jojohoch authored
-
- Apr 28, 2022
-
-
jojohoch authored
-
- Mar 07, 2022
-
-
jojohoch authored
-
- Aug 23, 2021
-
-
jojohoch authored
In the past, the page index could be set by button click and after scrolling, which led to unwanted side effects
-
- Aug 18, 2021
-
-
jojohoch authored
* Move two different intersection detections from `scroll-index.directive` and `section.component` to `intersection-detection.directive`
-
- Aug 16, 2021
-
-
jojohoch authored
-
- Aug 12, 2021
-
-
jojohoch authored
* Use `IntersectionObserver` to detect page position while scrolling
-
- Aug 07, 2021
-
-
jojohoch authored
* Pages can be scrolled or tabbed * Labels of pages can be shown and hidden * Always visible pages can be left, right, top or bottom * Layout of pages is now handled in `LayoutComponent` and removed from `PlayerStateComponent` * Due to the `ScrollIndexDirective`, pages with scrollbars have similar interfaces as pages with tabs
-