# css-examples **Repository Path**: wanggyan/css-examples ## Basic Information - **Project Name**: css-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2022-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # css-examples This repository contains examples of CSS usage. The "animation-frames-timing-function" directory contains a simple example that demonstrates the difference between the steps() timing function available for CSS animations and transitions, and the new frames() timing function. [Run the example live](http://mdn.github.io/css-examples/animation-frames-timing-function/). You can also find versions that show the same timing function [used with transitions](http://mdn.github.io/css-examples/animation-frames-timing-function/index-transitions.html), and used with the [Web Animations API](http://mdn.github.io/css-examples/animation-frames-timing-function/index-waa.html). The "counter-style-demo" directory contains a demo for the [@counter-style documentation](https://developer.mozilla.org/en-US/docs/Web/CSS/@counter-style). See the live demo [here](https://mdn.github.io/css-examples/counter-style-demo/). The "moz-context-properties" directory contains a demo for the [-moz-context-properties documentation](https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-context-properties). See the live demo [here](https://mdn.github.io/css-examples/moz-context-properties/). The "editable-examples" directory contains CSS examples that are intended to be embedded in MDN pages as live editable samples. The "object-fit-basics" directory contains a simple page demonstrating typical usage of different object-fit and object-position values. [Run example live](http://mdn.github.io/css-examples/object-fit-basics/). The "object-fit-gallery" directory contains a fun image gallery that uses object-fit to display the images more nicely, both in thumbnail and full size view. [Run the example live](http://mdn.github.io/css-examples/object-fit-gallery/). The "overscroll-behavior" directory contains a simple page demonstrating typical usage of different overscroll-behavior values. [Run example live](http://mdn.github.io/css-examples/overscroll-behavior/).