Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaced/cubicbezier
CubicBezier Generator for macOS
https://github.com/isaced/cubicbezier
camediatimingfunction cubicbezier cubicbezier-generator macos objective-c
Last synced: 2 months ago
JSON representation
CubicBezier Generator for macOS
- Host: GitHub
- URL: https://github.com/isaced/cubicbezier
- Owner: isaced
- License: gpl-3.0
- Created: 2015-03-02T05:16:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T16:51:47.000Z (over 2 years ago)
- Last Synced: 2024-06-24T04:55:11.219Z (7 months ago)
- Topics: camediatimingfunction, cubicbezier, cubicbezier-generator, macos, objective-c
- Language: Objective-C
- Homepage:
- Size: 476 KB
- Stars: 150
- Watchers: 7
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CubicBezier ![logo](/logo.png)
CubicBezier Generator for macOS,This Tools is inspired by [cubic-bezier.com](http://cubic-bezier.com/).
这是一个贝塞尔曲线生成器,灵感来源自 [cubic-bezier.com](http://cubic-bezier.com/)
## Download
> Or download on GitHub [release](https://github.com/isaced/CubicBezier/releases) page
>
> 或者你可以在 GitHub [release](https://github.com/isaced/CubicBezier/releases) 页面下载## About
This is a Bezier curve generator widget for macOS, which can intuitively drag small dots to adjust parameters and compare through animation previews, which is convenient for us to write animations.
这是一个 macOS 的贝塞尔曲线生成器小工具,可以直观的拖动小圆点来调整参数并通过动画预览对比,方便我们写动画。
- CSS: [cubic-bezier()](https://www.w3schools.com/cssref/css3_pr_transition-timing-function.asp)
- iOS/macOS: [CAMediaTimingFunction](https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Animation_Types_Timing/Articles/Timing.html)For more about Bezier curves, please refer to [Wikipedia](https://en.wikipedia.org/wiki/B%C3%A9zier_curve)
关于贝塞尔曲线,更多可以参考 [Wikipedia](https://en.wikipedia.org/wiki/B%C3%A9zier_curve)
## Contact
If you find an issue, just [open a ticket](https://github.com/isaced/CubicBezier/issues). Pull requests are warmly welcome as well.
如果您发现任何问题,只需创建一个 Issue,PR 也强烈欢迎。