-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: DevRank Header "Show Off" Kinetic Scroll Effect #9079
Copy link
Copy link
Closed
Labels
Description
Implement a "Show Off" visual effect where the Header Canvas animation accelerates and shifts colors when the Grid is scrolled.
Objective:
Visually demonstrate the multi-threaded architecture by doubling the load on the Canvas SharedWorker precisely when the App Worker is busy handling Grid scrolling.
Implementation:
- Grid Body: Fire
isScrollingChangeevent. - Viewport Controller: Listen to grid scroll state and invoke
HeaderCanvas.updateTimeScale(2). - Header Canvas:
- Implement
timeScalewith smooth easing. - Add "Hot" gradients (White/Cyan).
- Draw a high-intensity overlay pass when
timeScale > 1.
- Implement
Reactions are currently unavailable