Skip to content

Conversation

@Harlov19
Copy link

Description

This PR adds a Web Animation API demo to the WebAPIs Playground.
It animates a colored box using keyframes, looping, and direction.
The demo works in vanilla JavaScript and provides a live preview for supported browsers.

Fixes #196

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Ran the demo locally using npm run dev and confirmed the animation works.
  • Verified browser support using the hasSupport() check; unsupported browsers show a warning message.
  • Tested in multiple modern browsers (Chrome, Edge, Firefox).

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@vercel
Copy link

vercel bot commented Oct 25, 2025

@Harlov19 is attempting to deploy a commit to the Tapas Adhikary's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ [New Demo Request]:Web Animations API

1 participant