An open API service indexing awesome lists of open source software.

https://github.com/jihyerish/jihyerish.github.io

Simple demos using web standard
https://github.com/jihyerish/jihyerish.github.io

demos webstandard

Last synced: 4 months ago
JSON representation

Simple demos using web standard

Awesome Lists containing this project

README

          

# Samples using the Web Standard APIs

Demos created by Jihye Hong (@jihyerish)

## CSS
* Houdini APIs Demos
* [Animation Worklet Sample](https://jihyerish.github.io/demos/houdini-test/parallax-scrolling-compositor-worklet/)
* Scroll Demos
* [Lazy Loading with Scroll Anchor](https://jihyerish.github.io/demos/scroll-with-focus/lazyLoading.html)
* [Virtual Grid List](https://jihyerish.github.io/demos/virtual-grid-list/)
* [Sequential Navigation on the Grid Layout](https://jihyerish.github.io/demos/focus-grid/index.html)
* [Navigation with Smooth Scroll](https://jihyerish.github.io/scroll-with-focus/)
* Focus Demos
* [Focus Navigation](https://jihyerish.github.io/demos/all-about-focus/)
* [Focus using IntersectionObserver](https://jihyerish.github.io/demos/focus-with-intersectionObserver/)
* Observers in the Web Demos
* [MutationObserver](https://jihyerish.github.io/demos/observers-sample/mutation-observer)
* [IntersectionObserver](https://jihyerish.github.io/demos/bservers-sample/intersection-observer)
* [Others](https://jihyerish.github.io/web-standards/README.md)

## Media
* [Media Session Demos](https://jihyerish.github.io/demos/media-session-demo/mymediaplayer)

## JS API
* [Dictionary API](https://jihyerish.github.io/demos/document-local-dictionary/)