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

humanspeak / svelte-motion / 28128431776
57%
main: 57%

Build:
Build:
LAST BUILD BRANCH: ci/drop-node-20
DEFAULT BRANCH: main
Ran 24 Jun 2026 08:47PM UTC
Jobs 1
Files 242
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

24 Jun 2026 08:44PM UTC coverage: 57.369%. First build
28128431776

push

github

web-flow
fix(drag): write bound style MotionValue during drag (#421) (#423)

`drag` updated the element transform directly but never wrote the bound
`style={{ y }}` MotionValue, so `y.get()` stayed stale (0) in `onDragEnd`
and a follow-up `animate(y, …)` started from the wrong value — breaking
the canonical drag-to-close drawer pattern.

- attachDrag now accepts `boundMotionValues` and dual-writes the dragged
  axis's MotionValue in `setXYImmediate`, while excluding bound axes from
  the synchronous transform write so the offset isn't applied twice
  (motion-dom's styleEffect renders them).
- _MotionContainer extracts x/y style MotionValues and passes them
  through, resolved inside `untrack()` so a per-frame `styleProp` change
  (e.g. an object-style `rotate` derived from $state) can't re-attach the
  gesture mid-drag.
- Add a 1:1 Framer port test page (src/routes/tests/mobile-drawer) with
  Playwright coverage, and a theme-aware docs example
  (examples/mobile-drawer). Visual design credit: hover.dev.

Closes #421

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

776 of 1582 branches covered (49.05%)

Branch coverage included in aggregate %.

19 of 25 new or added lines in 2 files covered. (76.0%)

3031 of 5054 relevant lines covered (59.97%)

16.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
56.18
src/lib/html/_MotionContainer.svelte
Jobs
ID Job ID Ran Files Coverage
1 node-22 - 28128431776.1 24 Jun 2026 08:47PM UTC 242
57.37
GitHub Action Run
Source Files on build 28128431776
  • Tree
  • List 242
  • 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 #28128431776
  • c0468d5a on github
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc