trident-js icon indicating copy to clipboard operation
trident-js copied to clipboard

Javascript animation library

Results 2 trident-js issues
Sort by recently updated
recently updated
newest added

Pixel interpolation for CSS properties

Hey Kirill, nice library! There is a bug in Timeline.end() function at following lines: this.end = function() { ... 988 var oldState = timeline.getState(); 989 var endFraction = timeline.durationFraction; there...