FVLA Core Module · Zero Config · Free

FVSimpleScale
in the wild.

StratoStrate™ Engine · Core v1

The entry point into the Focus View engine. Scale, pulse, and glow — no license required. Touch the engine. Then go deeper.

Try the Demo Read the Docs →
↓ scroll to interact
00 · Live Demo

Scale. Pulse. Respond.

Drive the engine directly. Every transform is computed by FVSimpleScale — proportional, eased, and alive.

simpleScale · live
⚡ Live Text Scaler Demo — Come Play with FVSimpleScale
Touch the engine · Scale · Pulse · Reset · Test it live

Focus View Engine

Powered by the StratoStrate™ substrate — the dimensional modeling layer that governs proportional relationships across typography, spacing, and layout before they reach the viewport.

Scale 1.000×
Steps 0
Mode idle
Dur 400ms
Duration 400 ms
01 · What You Get Free

Core Engine. No Strings.

FVSimpleScale is a fully functional slice of the FVLA engine. No license required for this module.

Proportional Scale
Multiplicative scaling with smooth cubic-bezier easing. Apply it to any selector — heading, paragraph, or container.
simpleScale({ factor })
Pulse Animation
One call drives a full glow-pulse sequence — scale up, hold, return — synchronized to the FV engine clock.
simpleScale({ pulse: true })
Duration Control
Pass any millisecond value. The engine applies it uniformly across all matched elements with no extra config.
simpleScale({ duration })
Zero Config
One import. No build tools required. Vanilla JS, React, or framework-free — it runs anywhere.
npm i @fvla-framework/fvla
02 · Integration

Three Lines to Alive.

Install once. Import. Call. The FV engine handles the rest.

JavaScript · ESM
// install
npm install @fvla-framework/fvla

// import
import { simpleScale } from '@fvla-framework/fvla';

// scale up — any selector, any factor
simpleScale('p, h1', { factor: 1.1, duration: 400 });

// pulse — glow + scale flash
simpleScale('h1', { pulse: true, pulseFactor: 1.15 });

// scale down
simpleScale('p', { factor: 0.9 });

Ready for the full engine?

FVSimpleScale is the surface. Presence fields, reactive grid, FVDebugger, DepthMap, and the full StratoStrate™ substrate live one license away.