Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ai/easings.net
Easing Functions Cheat Sheet
https://github.com/ai/easings.net
Last synced: 10 days ago
JSON representation
Easing Functions Cheat Sheet
- Host: GitHub
- URL: https://github.com/ai/easings.net
- Owner: ai
- License: gpl-3.0
- Created: 2012-03-22T10:27:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T12:57:21.000Z (3 months ago)
- Last Synced: 2024-10-02T02:07:57.946Z (about 1 month ago)
- Language: CSS
- Homepage: https://easings.net
- Size: 1.87 MB
- Stars: 7,983
- Watchers: 141
- Forks: 672
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ai/easings.net - Easing Functions Cheat Sheet (CSS)
- awesome-github-star - easings.net
- awesome-starred - ai/easings.net - Easing Functions Cheat Sheet (others)
- StarryDivineSky - ai/easings.net
- stars - ai/easings.net - Easing Functions Cheat Sheet (CSS)
- stars - ai/easings.net - Easing Functions Cheat Sheet (CSS)
README
# Easing Functions Cheat Sheet
Simple cheat sheet to help developers pick the right easing function.
## Contributing
GitHub has great instructions on how to [set up Git], [fork a project] and
[make pull requests]. If you have a problem with Git, just send your files
directly to .[set up Git]: https://docs.github.com/en/github/getting-started-with-github/set-up-git
[fork a project]: https://docs.github.com/en/github/getting-started-with-github/fork-a-repo
[make pull requests]: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests### Translate
Just copy the `i18n/en.yml` file to `i18n/CODE.yml` (where `CODE` is
the lowercased [RFC 3066] language code of your target language,
for example `fr-ca` for Canadian French) and translate all messages.[RFC 3066]: http://www.i18nguy.com/unicode/language-identifiers.html
### Test
1. Install project dependencies:
```sh
yarn install
```2. That’s all. Run development server:
```sh
yarn run start
```3. And open [localhost:1234] in browser.