Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计通过

motion动效设计

Agent Skill

motion 用于处理浏览器自动化、网页检查和页面信息提取,适合在 Codex、Claude、Cursor、Gemini CLI 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

16,911

周安装

719

GitHub Stars

15

下载量

5,925
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:motion(动效设计)
来源仓库:https://github.com/hairyf/skills
仓库路径:skills/motion
安装命令:
npx skills add https://github.com/hairyf/skills --skill motion
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hairyf/skills --skill motion

简介

适用于 JavaScript、React 和 Vue 的 GPU 加速动画库,具有手势、弹簧和布局过渡。

  • 支持运动组件(motion.div、motion.svg)、变体、弹簧物理过渡以及滚动链接效果
  • 包括用于拖动、平移、点击、按下、悬停和焦点交互的手势处理程序
  • 提供具有 AnimatePresence、LayoutGroup 和拖动重新排序功能的布局动画
  • 通过 useAnimate 和动画序列提供运动值、变换和命令式动画控制
  • 混合引擎将 JavaScript 与本机浏览器 API 相结合,实现 120fps 性能;包含可树摇动的构建和 TypeScript 支持

SKILL.md

Motion is an open-source animation library for JavaScript, React, and Vue. It provides a simple API with first-class support for multiple platforms, a hybrid animation engine combining JavaScript with native browser APIs for 120fps GPU-accelerated animations, and production-ready features including TypeScript support, extensive test suite, tree-shakable builds, and a tiny footprint. Batteries included: gestures, springs, layout transitions, scroll-linked effects, and timelines.

The skill is based on Motion v12.29.2, generated at 2026-02-01.

Core References

TopicDescriptionReference
Motion ComponentsBasic motion components (motion.div, motion.svg, etc.)core-components
Basic Animationanimate prop, initial, while statescore-animation
JavaScript animate()Vanilla animate(), sequences, createScopedAnimatecore-javascript-animate
Vanilla scroll()Imperative scroll() and scrollInfo() for non-Reactcore-vanilla-scroll
motionValueCreate MotionValues without Reactcore-vanilla-motion-value
staggerOrchestrate child delays in variantscore-stagger
frame / cancelFrameMotion's animation loopcore-frameloop
motion/miniMinimal bundle entrycore-motion-mini
VariantsDeclarative animation variants and orchestrationcore-variants
TransitionsAnimation timing, easing, spring physicscore-transitions

Motion Values

TopicDescriptionReference
useMotionValueCreate and use motion values for reactive animationsvalues-motion-value
useSpringSpring-based motion values with physicsvalues-spring
useTransformTransform motion values with functionsvalues-transform
useMotionTemplateCombine motion values into a string (e.g. filter, boxShadow)values-motion-template
useFollowValueMotion value that follows a source with any transitionvalues-follow
useScrollScroll-linked motion values and animationsvalues-scroll
useVelocityAccess velocity of motion valuesvalues-velocity
useTimeTime-based motion valuesvalues-time
useWillChangeGPU layer hint for animating elementsvalues-will-change

Gestures

TopicDescriptionReference
DragDrag gestures with constraints and controlsgestures-drag
PanPan gestures for touch and pointer eventsgestures-pan
Tap & PressTap and press gesture handlersgestures-tap-press
Hover & FocusHover and focus state animationsgestures-hover-focus

Layout Animations

TopicDescriptionReference
AnimatePresenceAnimate components entering and exitinglayout-animate-presence
usePresence / useIsPresentAccess presence state in AnimatePresence childrenlayout-use-presence
usePresenceDataRead AnimatePresence custom prop in descendantslayout-presence-data
LayoutGroupCoordinate layout animations across componentslayout-group
Layout AnimationsAutomatic layout animations with layoutIdlayout-animations
ReorderDrag-to-reorder with layout animationslayout-reorder
useInstantLayoutTransitionBlock layout update for one framelayout-instant-transition
useResetProjectionReset layout projection tree after structural changelayout-reset-projection

Features

TopicDescriptionReference
In ViewuseInView, inView(), usePageInView for viewport/visibilityfeatures-in-view
Resizeresize() observer for window or element sizefeatures-resize
Optimized AppearSSR-friendly appear animations with handofffeatures-optimized-appear
SVG PathpathLength, pathOffset, pathSpacing for path animationsfeatures-svg-path
motion/clientNext.js "use client" and tree-shakable componentsfeatures-react-client

Utils

TopicDescriptionReference
useReducedMotionHooks for reduced motion preferenceutils-reduced-motion
useAnimationFrameFrame-synced callback with Motion's looputils-animation-frame
useCycleCycle through a list of statesutils-cycle
useMotionValueEventSubscribe to motion value eventsutils-motion-value-event
delayFrame-synced delayed executionutils-delay
interpolateMap input range to outpututils-interpolate
useDomEventAttach DOM event listenersutils-dom-event
useInstantTransitionBlock layout animations during updateutils-instant-transition
calcLength / createBox / distanceProjection geometry and distanceutils-path-geometry

Advanced

TopicDescriptionReference
Animation ControlsProgrammatic animation control with useAnimationadvanced-animation-controls
useAnimateImperative animation APIadvanced-use-animate
LazyMotionCode-split animations for better performanceadvanced-lazy-motion
MotionConfigGlobal configuration and reduced motionadvanced-motion-config
Scroll AnimationsScroll-linked animations and parallax effectsadvanced-scroll-animations
transformTemplateCustom transform outputadvanced-transform-template
addScaleCorrectorLayout projection scale correctorsadvanced-scale-corrector

Best Practices

TopicDescriptionReference
Bundle SizeEntry points and optimization strategiesbest-practices-bundle

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.61%
按下载量换算2,228

Claude

31.39%
按下载量换算1,860

Cursor

19.87%
按下载量换算1,177

Gemini CLI

8.9%
按下载量换算527

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills