Block or Report
Block or report aarthificial
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
motion-canvas Public
Forked from motion-canvas/motion-canvas
Web-based tool for creating animations programmatically
TypeScript 38
-
-
-
darkwood-vision-effect Public
The source code for my "Recreating Darkwood's Vision Effect" video
827 contributions in the last year
Less
More
Contribution activity
March 2023
Created 70 commits in 3 repositories
Created a pull request in motion-canvas/motion-canvas that received 1 comment
Opened 58 other pull requests in 1 repository
motion-canvas/motion-canvas
57
merged
1
closed
- fix(docs): fix the showcase editor
- docs: add 3.4.0 release
- ci: configure remote
- ci: configure remote
- ci: use bot to publish
- ci: switch to fine-grained tokens
- fix(docs): support multiple fiddles again
- fix(docs): support multiple fiddles
- refactor: add default plugin
- refactor: use auto meta fields in video settings
- feat: auto meta fields
- feat: plugin architecture
- fix(2d): fix CodeBlock types
- fix(2d): clone size correctly
- fix(ui): fix zoom to fit
- fix(2d): fix circle segment
- fix(core): fix tree shaking
- fix(2d): fix nested cache canvases
- fix(2d): add missing Fragment export
- docs: minor visual tweaks
- fix(2d): add missing jsx dev runtime
- docs: add 3.3.0 release
- fix: restrict size of cache canvas
- feat(docs): fiddle editor
- test(2d): configure vitest
- Some pull requests not shown.
Reviewed 26 pull requests in 1 repository
motion-canvas/motion-canvas
25 pull requests
-
feat(core): add
loopUntil()
function - feat(renderer): renderer package
- feat(vite-plugin): support glob for project files
- fix(2d): calculate arrow orientations for curves correctly
- refactor(2d): extract curve base component
- docs: use Vector2.degrees in spline example
- docs: add spline documentation
- feat(core): extend Vector2 type
- feat(ui,vite-plugin): get name from meta file
- feat(core): add wait signal to signal context
- feat(2d): add spline node
- feat(cli): add automatic project creation
- fix(vite-plugin): can't assign port
- feat(2d): support Latex tweening
- Fix(ui): version comparison issue
- feat(core,ui,vite-plugin): add option to group output by scenes
- fix(2d): clip Txt by default
- fix(Rect): correct a typo in Rect.ts
- feat(core,create,vite-plugin): update vite from v3 to v4
- feat(ui): Add hover shortcuts and global shortcuts
- feat(docs): add Canvas Operations
- fix(ui): use themed svg favicon
-
Add
XY
types of methods to Vector2 - feat(2d): add Polygon component (#455)
- docs: correct import for CodeBlock (#464)
- Some pull request reviews not shown.
Created an issue in motion-canvas/motion-canvas that received 1 comment
Use Bezier curves as timing functions
Description
CSS lets you define timing functions using a Bezier curve:
cubic-bezier(0.17, 0.67, 0.83, 0.67)
It would be helpful to include a create…
1
comment