nodebox / seed

Procedural Content Generator
https://seed.emrg.be/
MIT License
22 stars 8 forks source link

added animation types: linear, once #9

Closed kunal-mohta closed 6 years ago

kunal-mohta commented 6 years ago

This pull request addresses features mentioned in #6

Property defined is animationType Possible values for now are linear,once,bounce Default value is bounce

Sample syntax

   % animationType: linear 
stebanos commented 6 years ago

Looks good, thank you!

kunal-mohta commented 6 years ago

I think several other animation types can be added like exponential, ease-in, ease-out or we could even try to define a cubic-bezier function.