HeapsIO / domkit

CSS Components based strictly typed UI framework for Haxe
MIT License
84 stars 20 forks source link

Transitions #29

Closed ncannasse closed 2 years ago

ncannasse commented 3 years ago

Add transitions on int/float values:

xxx {
    transition : [property] [time] [speed-value-ref?] [curve?];
}

Interpolation of values:

ncannasse commented 2 years ago

This has been merged already.