Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
BrainiumLLC
/
celerity
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
19
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Mar 14, 2023
Added BezierCurve struct containing four control points.
luke
committed
c21c2ec
View commit details
Copy full SHA for c21c2ec
Browse repository at this point
Commits on Aug 29, 2022
Added IntervalTrack::from_values(...), which lerps directly from value to value rather than creating continous splines.
Show description for d5550a5
luke
committed
d5550a5
View commit details
Copy full SHA for d5550a5
Browse repository at this point
Commits on Aug 17, 2022
corrected direction of ease for out_exponential.
luke
committed
c36d0be
View commit details
Copy full SHA for c36d0be
Browse repository at this point
Commits on Jul 14, 2022
Improvements to After Effects importing. Not all layers are fully supported, but even unrenderable shapes are parsed.
luke
committed
96f5094
View commit details
Copy full SHA for 96f5094
Browse repository at this point
Commits on May 11, 2022
whoops.
luke
committed
08c6c9a
View commit details
Copy full SHA for 08c6c9a
Browse repository at this point
Checked subtraction when interrupting animations.
luke
committed
c3741b7
View commit details
Copy full SHA for c3741b7
Browse repository at this point
Commits on May 10, 2022
IntervalTracks are considered to begin at time "0", not the starting time for their first interval.
luke
committed
359d73c
View commit details
Copy full SHA for 359d73c
Browse repository at this point
ComponentWise implementation for SrgbRgba
luke
committed
0e9cbcf
View commit details
Copy full SHA for 0e9cbcf
Browse repository at this point
checked subtraction in Rev::sample to prevent panic
luke
committed
39e9b64
View commit details
Copy full SHA for 39e9b64
Browse repository at this point
Additional exports.
luke
committed
cafa9a9
View commit details
Copy full SHA for cafa9a9
Browse repository at this point
Commits on Apr 20, 2022
Improvements to After Effects support.
Show description for e99939a
luke
committed
e99939a
View commit details
Copy full SHA for e99939a
Browse repository at this point
percent_elapsed method on BoundedAnimation.
luke
committed
ff15f26
View commit details
Copy full SHA for ff15f26
Browse repository at this point
Add assertion when using BookendStyle::None.
luke
committed
861ce28
View commit details
Copy full SHA for 861ce28
Browse repository at this point
Improved Debug impl for Interval & IntervalTrack.
luke
committed
ac51d36
View commit details
Copy full SHA for ac51d36
Browse repository at this point
Generic Easing using EaseFunction, added additional eases: https://easings.net/
Show description for 0943934
luke
committed
0943934
View commit details
Copy full SHA for 0943934
Browse repository at this point
Commits on Mar 16, 2022
BookendStyle::None
luke
committed
b4a46b7
View commit details
Copy full SHA for b4a46b7
Browse repository at this point
Commits on Jan 14, 2022
changes_after
francesca64
committed
db255cb
View commit details
Copy full SHA for db255cb
Browse repository at this point
d6 feature / sample_random
francesca64
committed
bc1e126
View commit details
Copy full SHA for bc1e126
Browse repository at this point
Commits on Oct 26, 2021
clamp t value when easing
luke
committed
752fa37
View commit details
Copy full SHA for 752fa37
Browse repository at this point
Switch to Rust 2021 + avoid std lerp method ambiguity
francesca64
committed
7a448b3
View commit details
Copy full SHA for 7a448b3
Browse repository at this point
Commits on Oct 25, 2021
Normalize imports
francesca64
committed
8b0dcd4
View commit details
Copy full SHA for 8b0dcd4
Browse repository at this point
Commits on Oct 20, 2021
Revert "Don't bless Instant"
Show description for bb69bae
francesca64
committed
bb69bae
View commit details
Copy full SHA for bb69bae
Browse repository at this point
Don't bless Instant
francesca64
committed
fc03bae
View commit details
Copy full SHA for fc03bae
Browse repository at this point
Remove unused en imports
francesca64
committed
e5e8938
View commit details
Copy full SHA for e5e8938
Browse repository at this point
Commits on Oct 19, 2021
Refactor casts
francesca64
committed
f763d19
View commit details
Copy full SHA for f763d19
Browse repository at this point
Commits on Oct 14, 2021
Remove defunct ComponentWise impl for Duration
francesca64
committed
f4ae181
View commit details
Copy full SHA for f4ae181
Browse repository at this point
Switch to std time types
francesca64
committed
721eab4
View commit details
Copy full SHA for 721eab4
Browse repository at this point
Commits on Oct 8, 2021
Update for gee rotation changes
francesca64
committed
df8db80
View commit details
Copy full SHA for df8db80
Browse repository at this point
Commits on Oct 5, 2021
PathAnimation::from_values now accepts multiple points and angles.
Show description for 8d42d60
luke
committed
8d42d60
View commit details
Copy full SHA for 8d42d60
Browse repository at this point
Commits on Sep 9, 2021
renamed retarget_function! to retargetable!.
Show description for d506feb
luke
committed
d506feb
View commit details
Copy full SHA for d506feb
Browse repository at this point
Use from_rotation_with_fixed_point when sampling Path transform.
Show description for 0422f2b
luke
committed
0422f2b
View commit details
Copy full SHA for 0422f2b
Browse repository at this point
Fix test code.
luke
committed
9b28d5c
View commit details
Copy full SHA for 9b28d5c
Browse repository at this point
re-export paste.
luke
committed
60ac6d3
View commit details
Copy full SHA for 60ac6d3
Browse repository at this point
Commits on Aug 24, 2021
Added structured/path.rs
luke
committed
b6a6041
View commit details
Copy full SHA for b6a6041
Browse repository at this point
Angle's distance_to now accounts for inflection when calculating shortest distance.
luke
committed
329dac7
View commit details
Copy full SHA for 329dac7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.