• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

humanspeak / svelte-motion / 31634948315
65%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2026 07:57PM UTC
Jobs 1
Files 257
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Aug 2026 07:46PM UTC coverage: 63.018%. First build
31634948315

push

github

web-flow
fix(optimized-appear): emit WAAPI entries for non-transform CSS properties (#466)

* fix(optimized-appear): emit WAAPI entries for non-transform CSS properties

createOptimizedAppearData previously only emitted appear entries for
opacity and the composite transform, so any other animatable CSS
property (filter, clipPath, backgroundColor, ...) declared in
initial/animate was dropped on the SSR appear path. The hidden value
got baked into the inline style and the visible value never reached a
compositor animation, leaving the property stuck at its hidden state
during the appear window (e.g. filter: blur(8px) never animates).

Iterate Object.keys(initial) after the existing opacity/transform
branches and emit one entry per animatable CSS property, skipping
transform channels (which collapse into the composite transform
entry), opacity, transform, and the SVG path-only key family. Extract
the first concrete scalar from each value so keyframe arrays still
work.

Widens the entry name type from 'opacity' | 'transform' to a string
union; the inline SSR bootstrap and the motion runtime's per-value
MotionHandoffAnimation bridge already accept arbitrary CSS property
names, so no downstream changes are required.

* test(optimized-appear): lock in filter appear keyframes, smoothness, and settle

Extends PR #466's coverage of the blur card: asserts the WAAPI payload
carries the exact blur keyframes, that at least one intermediate blur
frame renders (no snap), that blur never returns once sharp (no
post-handoff pop), and that the element settles sharp and fully opaque.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* style(optimized-appear): wrap filter keyframes assertion per prettier

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* docs(examples): add blur fade demo to optimized appear page

Second example (FIG-002) showing non-transform CSS properties riding the
SSR appear path: a BlurFade port with staggered filter blur(8px) →
blur(0px) entr... (continued)

898 of 1623 branches covered (55.33%)

Branch coverage included in aggregate %.

15 of 21 new or added lines in 1 file covered. (71.43%)

3311 of 5056 relevant lines covered (65.49%)

30.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
83.41
src/lib/utils/optimizedAppear.ts
Jobs
ID Job ID Ran Files Coverage
1 node-22 - 31634948315.1 12 Aug 2026 07:57PM UTC 257
63.02
GitHub Action Run
Source Files on build 31634948315
  • Tree
  • List 257
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31634948315
  • 15fd03a6 on github
  • Prev Build on chore/package-updates-2026-08-12 (#31628907308)
  • Next Build on main (#31683425945)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc