=== Snassi Page Transitions ===
Contributors: SnassiDevs
Tags: internal, transitions, frontend
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 0.2.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==
Snassi Page Transitions is the first real product plugin in the SnassiDevs ecosystem.

V1 provides:
- A shared Snassi admin page under the framework menu
- A lightweight settings screen
- A fixed full-screen overlay transition system for frontend navigation
- Four transition types: fade, slide-up, slide-down, and zoom-fade

== V1 Scope ==
This release intentionally stays small and generic:
- No wrapper animation around theme content
- No theme-specific integrations
- No DOM scanning for page containers
- No pro features

== CLS-First Approach ==
The transition system is built around a fixed overlay that sits above the page.

It avoids:
- changing page layout
- inserting wrappers around content
- moving body or content containers
- reparenting DOM nodes
- height calculations that affect normal flow

The goal is broad compatibility with themes and builders while keeping layout shift risk as low as practical.

== Telemetry and Privacy ==

Snassi Page Transitions includes optional anonymous telemetry. Telemetry is disabled by default and only runs after the site administrator explicitly opts in.

When enabled, the plugin may send anonymous technical usage data to SnassiDevs, including the plugin version, WordPress version, PHP version, site language, multisite status, telemetry event type, timestamp, and an anonymous hashed site ID.

The plugin does not collect personal data, usernames, email addresses, customer data, post content, page URLs, IP addresses, or full site URLs.

Telemetry can be disabled at any time from the plugin settings screen.
