github ulsklyc/oikos v0.20.6

latest releases: v0.55.13, v0.55.12, v0.55.11...
one month ago

What's Changed

Fixed

  • Android PWA: page transitions were taking ~1 second, making navigation feel sluggish. Two root causes addressed: (1) glass.css extended the page-in animation duration from 0.20s to 0.30s with a spring easing — reverted to 0.20s in and 0.12s out. (2) During transitions, dozens of backdrop-filter composited layers (widgets, task cards, inputs, toolbars) were all rendered simultaneously for both the outgoing and incoming page, overwhelming mid-range Android GPUs. Added html.navigating state: router.js sets this class for the duration of each page transition, and glass.css overrides all backdrop-filter in the content area to none for that window, then restores them once the animation ends (closes #48).

Don't miss a new oikos release

NewReleases is sending notifications on new releases.