Jelajahi Sumber

ColorKeyframeTrack style

Tristan VALCKE 7 tahun lalu
induk
melakukan
cd700772f6
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      src/animation/tracks/ColorKeyframeTrack.js

+ 0 - 2
src/animation/tracks/ColorKeyframeTrack.js

@@ -26,11 +26,9 @@ ColorKeyframeTrack.prototype = Object.assign( Object.create( KeyframeTrack.proto
 
 	// DefaultInterpolation is inherited
 
-
 	// Note: Very basic implementation and nothing special yet.
 	// However, this is the place for color space parameterization.
 
 } );
 
-
 export { ColorKeyframeTrack };