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
- Host: GitHub
- URL: https://github.com/jihyerish/jihyerish.github.io
- Owner: jihyerish
- Created: 2017-04-18T07:12:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T13:54:49.000Z (10 months ago)
- Last Synced: 2025-08-22T15:44:25.349Z (10 months ago)
- Topics: demos, webstandard
- Language: HTML
- Homepage: https://jihyerish.github.io/
- Size: 97.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)