Linux 软件免费装
Banner图

Innovate ScrollStage

开发者 webphilosopher
更新时间 2026年9月2日 05:41
PHP版本: 7.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

elementor gutenberg scroll animation scroll effects

下载

1.0.0 1.0.4 1.0.3 1.0.1 1.0.2

详情介绍:

Innovate ScrollStage is a visual studio for scroll-linked animation. Tune a scroll effect against a live preview, copy its motion "recipe", and attach it to content you build natively in your page builder — Elementor, the block editor (Gutenberg), or hand-coded HTML. The motion runs on a small, self-contained runtime built for this plugin. Recipes are motion-only: they describe the animation, never your content or layout, so your markup stays native and SEO-friendly. See the effects running: https://ss.innovatewebdevelopment.com/demo — every effect the studio can produce, animating on scroll, with the recipe that made each one. Three of them ship in this plugin; the rest are in the optional premium edition described below. What you get How it works
  1. Open the Studio editor and design an effect.
  2. Copy the recipe (a small JSON string).
  3. In your builder, tag a section as the scroll stage and paste the recipe. Innovate ScrollStage injects the data attributes at render and the runtime animates it on scroll.
Supported builders Open source runtime The animation engine and runtime are MIT-licensed. This plugin is GPL. A separate, optional premium edition with additional effects and a larger template library is available from Innovate Web Development; it is not required and is not distributed here. No code is minified or obfuscated in a way that hides its source. The front-end runtime ships twice: assets/scroll-studio.js is the plain, human-readable build, and assets/scroll-studio.min.js is the same code minified for production. Both are produced by esbuild from the readable engine modules included in this plugin at app/packages/engine/. Every other script and stylesheet ships unminified, and the plugin loads no code from any remote server or CDN.

安装:

  1. Upload the innovate-scrollstage folder to /wp-content/plugins/, or install the plugin through the Plugins screen in WordPress.
  2. Activate the plugin.
  3. Go to Innovate ScrollStage → Settings and select the page builder(s) you use.
  4. Open Innovate ScrollStage → Editor to design your first effect.

屏幕截图:

  • The recipe panel. Copy the motion recipe — a small JSON string — or export starter markup, then paste it into your page builder.

升级注意事项:

1.0.4 Corrects the Settings screen, which still described Text Stagger as a premium effect after it was included in 1.0.3, and adds a manual refresh call for developers. Tested with WordPress 7.1. 1.0.3 Adds the Text Stagger effect, previously premium-only, and fixes effects showing a stale frame when the page reflows without scrolling. 1.0.2 Delivers the 1.0.1 "reduce motion" accessibility fix to sites where caching prevented it from taking effect. Recommended for anyone who upgraded from 1.0.0. 1.0.1 Fixes a broken Editor link on the Settings screen and adds support for the OS "reduce motion" accessibility setting. 1.0.0 Initial release.

常见问题:

Do I need a paid edition of my page builder?

No. Builders differ in whether their free edition lets you put custom attributes on an element — Elementor, for instance, keeps that control in its paid tier. Innovate ScrollStage adds its own role and recipe controls instead, so they appear whichever edition you run.

What does it add to my pages?

Data attributes and marker classes, at render time only. Your content stays in native builder markup, so nothing changes about how you edit it or how search engines read it.

Will it slow down my site?

The runtime is a single small script that only initializes on pages that actually use an Innovate ScrollStage recipe, and it is event-driven — it does no work while the page is still.

Does it load anything from an external server?

No. The runtime ships with the plugin and no external script, font or service is requested.

Which browsers does it work in?

Every modern browser. The effects use standard CSS features (transforms, sticky positioning, clip-path and masks) rather than a third-party animation library.

Does it respect the "reduce motion" accessibility setting?

Yes. If a visitor's operating system is set to reduce motion, the runtime does not start any effect for them. Because no effect hides anything until it starts, those visitors simply get the page as ordinary static content — every panel visible and readable, just not animated. Clearing the setting starts the effects without needing a reload. The Studio editor itself always animates, since it is the tool you design the motion in.

Is there a paid version?

Yes, and it is entirely optional. A premium edition with five additional effects and a larger template library is sold separately by Innovate Web Development and installs alongside this one. Nothing in this plugin is locked, limited or time-restricted — everything described above is included and stays that way.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 1.0.0