Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 292 Bytes

tween

Golang animation package.

Developer's Guide

The file curves/ease.go is auto-generated using the following command in the project root directory:

go generate ./...

If you want to make changes to the ease functions edit curves/gen/gen.go and re-run "go generate".