The entry point into the Focus View engine. Scale, pulse, and glow — no license required. Touch the engine. Then go deeper.
Drive the engine directly. Every transform is computed by FVSimpleScale — proportional, eased, and alive.
Powered by the StratoStrate™ substrate — the dimensional modeling layer that governs proportional relationships across typography, spacing, and layout before they reach the viewport.
FVSimpleScale is a fully functional slice of the FVLA engine. No license required for this module.
Install once. Import. Call. The FV engine handles the rest.
// 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 });
FVSimpleScale is the surface. Presence fields, reactive grid, FVDebugger, DepthMap, and the full StratoStrate™ substrate live one license away.