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

humanspeak / svelte-motion
65%

Build:
DEFAULT BRANCH: main
Repo Added 21 Feb 2025 05:35AM UTC
Token dfp0FoWB2YexHinOlPYfkZTafaIHIH3ah regen
Build 161 Last
Files 259
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • chore/deps-motion-12.39.0
  • chore/package-updates
  • chore/typed-lint-recommended
  • ci/drop-node-20
  • ci/readme-ecosystem-footer
  • codex/docs-code-block-button
  • codex/motion-value-children
  • codex/object-style-motion-values-317
  • codex/optimized-appear-animations
  • codex/posthog-integration
  • codex/transform-template-316
  • codex/use-animation-controls
  • codex/use-presence-data-parity
  • codex/wip-command-center
  • docs-kit-update
  • docs-ui-ux
  • docs-ui-ux-batch-2
  • feat/ai-glow-border-example
  • feat/animate-view
  • feat/layout-animation-cluster
  • feat/layout-group
  • feat/motion-custom-prop
  • feat/pan-gesture
  • feat/projection-page-space
  • feat/reorder
  • feat/runes-w2-boolean-snapshots
  • feat/runes-w3-motion-values
  • feat/seo-geo-improvements
  • feat/svg-motion-value-attributes
  • feat/use-animate
  • feat/use-cycle
  • feat/use-follow-value
  • feat/use-in-view
  • feat/use-presence
  • feat/use-reduced-motion
  • feat/vanilla-motion-values
  • feat/variant-string-keys
  • feat/while-in-view-viewport
  • feature-parity
  • fix/animate-augmented-motion-value-typing
  • fix/animate-transform-persist
  • fix/drag-transform-composition
  • fix/presence-exit-placeholder-slot
  • fix/release-cleanup-always-run
  • fix/seo-unique-titles
  • fix/upstream-parity-12.41
  • fix/usepresence-svelte-5-55-7-main
  • fix/whiletap-release-overshoot
  • initial-creation
  • issue-417
  • issue-449-visual-element-core
  • layout-dependency
  • main
  • mobile-drawer
  • style/brutalist-examples
  • svg-through-ve
  • use-will-change

28 Aug 2026 03:45PM UTC coverage: 65.112% (+0.1%) from 64.978%
33186719359

push

github

web-flow
feat: MotionConfig skipAnimations animation kill switch (#476)

* docs(plans): add MotionConfig skipAnimations implementation plan

Handoff plan for exposing `skipAnimations` on `<MotionConfig>` — the last
API a rival Svelte port ships that we don't.

The motion-dom plumbing already exists (`createMotionVisualElement` forwards
`skipAnimations` at visualElementCore.ts:431/480/496, and `animateMotionValue`
honors `element.shouldSkipAnimations`), so the declarative surface —
animate/initial/variants/exit/whileX/useAnimationControls — comes free once
`MotionConfigProps` carries the field.

The plan covers the four paths that bypass the VisualElement and need
explicit threading: the AnimatePresence clone exit, the optimized-appear
WAAPI bootstrap, `useAnimate`, and post-mount toggling (mount() latches
shouldSkipAnimations from a private field).

Also carries a separable secondary fix: MotionConfig.svelte doesn't merge its
parent config, so a nested config shadows outer props entirely — which the
docs already claim it doesn't, and which would silently re-enable animations
inside a skipAnimations subtree.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* chore(intel): record 2026-08-28 competitive digest run

Nightly competitive-intelligence digest output: closes the Motion 13.1.1 SSR
window-access parity gap (shipped in v0.9.4), clears the compare-page nit
about the framer/motion GitHub redirect, and refreshes download/rank tracking.

MotionConfig skipAnimations re-verified as still absent and now the only gap
a rival actually ships that we don't.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* docs(plans): re-baseline skipAnimations plan to the current branch tip

The plan was authored at dd838b1 on chore/docs-kit-2026.8.5; that commit
landed on main as the squashed 5a9991f, so the original baseline lives only
on a now-redundant branch. Re-point the drift-check SHA, `Planned at` stamp
and the matching STOP condit... (continued)

965 of 1685 branches covered (57.27%)

Branch coverage included in aggregate %.

21 of 21 new or added lines in 3 files covered. (100.0%)

3587 of 5306 relevant lines covered (67.6%)

44.54 hits per line

Relevant lines Covered
Build:
Build:
5306 RELEVANT LINES 3587 COVERED LINES
44.54 HITS PER LINE
Source Files on main
  • Tree
  • List 259
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33186719359 main feat: MotionConfig skipAnimations animation kill switch (#476) * docs(plans): add MotionConfig skipAnimations implementation plan Handoff plan for exposing `skipAnimations` on `<MotionConfig>` — the last API a rival Svelte port ships that we don... push 28 Aug 2026 03:48PM UTC web-flow github
65.11
33002633920 main chore(docs): upgrade docs-kit to 2026.8.5 (#475) Pulls in the footer heart fix: the ❤️ emoji is now a Lucide SVG heart, so the scale beat stays centered on every platform (emoji glyph ink sat off-center in its advance box, making the beat lurch s... push 26 Aug 2026 07:01PM UTC web-flow github
64.98
32638687672 main docs: add migration guide and Motion 13.1.1 SSR guard (#474) * chore: record August 23 competitive intel * docs: add svelte-motion migration guide * docs: publish migration guide through blog * chore: pin pnpm 11.22.0 * chore: update docs-kit... push 23 Aug 2026 12:13PM UTC web-flow github
64.98
32312506119 main feat: arc() curved motion paths via transition.path (#472) * chore: add competitive-intel config and state Adds the per-repo config and running state for the nightly competitive-intelligence digest (competitors, upstream watch, open/closed parit... push 19 Aug 2026 11:18PM UTC web-flow github
64.98
32081049136 main fix(layout): match upstream layoutDependency gate semantics (#471) Upstream MeasureLayout only snapshots a layoutDependency-gated node when drag is set, the dependency changed, or its own isPresent flipped. Our observer path animated gated elemen... push 17 Aug 2026 11:38PM UTC web-flow github
64.82
31683425945 main feat(reorder): add Motion 13.1 multidimensional parity (#469) * feat(reorder): add Motion 13.1 multidimensional parity * fix(reorder): preserve continuous drag projection * test(reorder): wait for automatic axis detection * feat(svg): add acce... push 13 Aug 2026 08:47AM UTC web-flow github
64.49
31634948315 main 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 c... push 12 Aug 2026 07:57PM UTC web-flow github
63.02
30179315989 svg-through-ve feat(svg): route SVG attributes and path drawing through the SVGVisualElement (#457) push 25 Jul 2026 11:25PM UTC GitHub github
60.34
30169743068 issue-449-visual-element-core feat(core): adopt motion-dom VisualElement + createAnimationState as the animation core (#454) push 25 Jul 2026 06:31PM UTC GitHub github
60.74
30035816765 feature-parity feat(gesture): upstream parity — velocity continuity, first-start idle, wildcard keyframes (#453) * docs(plans): add upstream-parity-next3 batch — velocity continuity, first-start wipe, wildcard keyframes Co-Authored-By: Claude Fable 5 <noreply@... push 23 Jul 2026 06:58PM UTC web-flow github
61.6
See All Builds (152)

Badge your Repo: svelte-motion

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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