@hatiolab/things-scene 3.3.23 → 3.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/things-scene.d.ts CHANGED
@@ -119,7 +119,7 @@ declare module '@hatiolab/things-scene' {
119
119
  delay?: number
120
120
  step: Function
121
121
  delta: 'linear' | 'quad' | 'circ' | 'back' | 'bounce' | 'elastic' | Function
122
- ease: 'out' | 'inout'
122
+ ease: 'in' | 'out' | 'inout'
123
123
  options?: object
124
124
  repeat?: boolean
125
125
  }