Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions guides/user-experience/linear-easing/demo.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions guides/user-experience/linear-easing/guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: linear-easing
description: Approximate complex easing curves for CSS animations using the linear() function
web-feature-ids:
- linear-easing
sources:
- https://drafts.csswg.org/css-easing-2/#linear-easing-function
- https://developer.mozilla.org/en-US/docs/Web/CSS/easing-function/linear
- https://developer.chrome.com/docs/css-ui/css-linear-easing-function
---
Loading