Skip to content

gopackage/tween

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".