Skip to content

Revmoved pageVisible and initial#247

Merged
ydaniv merged 6 commits into
masterfrom
interact-remove-pagevisible-and-initial
Jul 1, 2026
Merged

Revmoved pageVisible and initial#247
ydaniv merged 6 commits into
masterfrom
interact-remove-pagevisible-and-initial

Conversation

@ydaniv

@ydaniv ydaniv commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Description

  • Fixed bug in cssUtils.ts where keyframes with single/last keyframe with offset was not renered correctly to CSS
  • Removed initial
  • Removed pageVisible
@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Generated llms.txt preview

llms.txt
# @wix/interact

> Declarative, configuration-driven interaction library — web-native, AI-ready, and framework-agnostic.

- Install: `npm install @wix/interact @wix/motion-presets`
- Three entry points: vanilla JS (`@wix/interact`), React (`@wix/interact/react`), Web Components (`@wix/interact/web`)
- Five trigger types: hover, click, viewEnter, viewProgress, pointerMove
- Effects via named presets (`@wix/motion-presets`), keyframes, CSS transitions, or custom JS callbacks
- Configs are JSON-serializable -- designed for LLM generation

## Docs

- [Full Reference](https://wix.github.io/interact/rules/full-lean.md): Declarative configuration-driven interaction library. Binds animations to triggers via JSON config. (671 lines)
- [Integration Guide](https://wix.github.io/interact/rules/integration.md): Rules for integrating `@wix/interact` into a webpage — binding animations and effects to user-driven triggers via declarative configuration. (307 lines)
- [Validation Guide](https://wix.github.io/interact/rules/validate.md): Rules for using `@wix/interact-validate` — validate an `InteractConfig` before it reaches the runtime. (271 lines)

## Optional

- [Click Trigger Rules for @wix/interact](https://wix.github.io/interact/rules/click.md): This document contains rules for generating click-triggered interactions in `@wix/interact`. (189 lines)
- [Hover Trigger Rules for @wix/interact](https://wix.github.io/interact/rules/hover.md): This document contains rules for generating hover-triggered interactions in `@wix/interact`. (191 lines)
- [PointerMove Trigger Rules for @wix/interact](https://wix.github.io/interact/rules/pointermove.md): These rules help generate pointer-driven interactions using `@wix/interact`. (279 lines)
- [ViewEnter Trigger Rules for @wix/interact](https://wix.github.io/interact/rules/viewenter.md): This document contains rules for generating interactions that respond to elements entering the viewport using the `@wix/interact`. (197 lines)
- [ViewProgress Trigger Rules for @wix/interact](https://wix.github.io/interact/rules/viewprogress.md): These rules help generate scroll-driven interactions using `@wix/interact`. (196 lines)
- [All rules in one file](https://wix.github.io/interact/llms-full.txt): Complete concatenation (2301 lines)
llms-full.txt header
# @wix/interact v2.5.0 -- AI Rules Reference
# https://wix.github.io/interact/llms.txt
# 8 files, 2301 lines

Download full files from workflow artifacts, or run node scripts/generate-llms.mjs locally.

Comment thread packages/interact/docs/examples/entrance-animations.md
Comment thread apps/website/assets/css/critical-interact-examples.css Outdated
ameerf-wix
ameerf-wix previously approved these changes Jul 1, 2026

@ameerf-wix ameerf-wix left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.. I don't see a reason to actually track (git-wise) the css-output for the landing-pages. Maybe we should gitignore them.
BTW pageVisible is already removed in the previous validate PR, so this PR does not actually do anything with it.

@ydaniv ydaniv merged commit c589374 into master Jul 1, 2026
2 checks passed
@ydaniv ydaniv deleted the interact-remove-pagevisible-and-initial branch July 1, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants