Closed kunal-mohta closed 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
animationType
linear
once
bounce
Sample syntax
% animationType: linear
Looks good, thank you!
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.
exponential
ease-in
ease-out
cubic-bezier
This pull request addresses features mentioned in #6
Property defined is
animationType
Possible values for now arelinear
,once
,bounce
Default value isbounce
Sample syntax