awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesNumeric Array Animators

Tools for interpolating arrays of numbers over time.

Distinct from Numerical Animations: Focuses on array-based interpolation rather than general numerical animation.

Explore 2 awesome GitHub repositories matching user interface & experience · Numeric Array Animators. Refine with filters or upvote what's useful.

Awesome Numeric Array Animators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • greensock/gsapgreensock 的头像

    greensock/GSAP

    23,877在 GitHub 上查看↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Transitions an array of numbers to a target array of numbers by interpolating each corresponding index value over time.

    JavaScriptanimationgsapjavascript
    在 GitHub 上查看↗23,877
  • sghall/react-movesghall 的头像

    sghall/react-move

    6,564在 GitHub 上查看↗

    React Move is a declarative animation library for React that animates components by interpolating between start and end states with configurable timing and easing. It provides data-driven transitions for single elements, groups, lists, and SVG elements, supporting staggered timing, custom interpolation for non-numeric values like colors and paths, and drag-and-drop reordering of list items. The library distinguishes itself through its support for custom interpolation functions that replace default numeric interpolation, keyed array reconciliation for tracking items as they enter, update, or l

    Animates array items as they enter, update, or leave, tracking each by a unique key.

    JavaScriptanimateanimationeasing
    在 GitHub 上查看↗6,564
  1. Home
  2. User Interface & Experience
  3. Numerical Animations
  4. Numeric Array Animators

探索子标签

  • Keyed Array AnimatorsAnimates array items as they enter, update, or leave, tracking each by a unique key. **Distinct from Numeric Array Animators:** Distinct from Numeric Array Animators: adds keyed reconciliation for enter/update/leave transitions, not just numeric interpolation.