- Source: src/math/easing/expo/index.js (Line 7)
Methods
- 
    <static> In(v)
- 
    
    Exponential ease-in. Parameters:Name Type Description vnumber The value to be tweened. - Since: 3.0.0
- Source: src/math/easing/expo/In.js (Line 7)
 Returns:The tweened value. - Type
- number
 
- 
    <static> InOut(v)
- 
    
    Exponential ease-in/out. Parameters:Name Type Description vnumber The value to be tweened. - Since: 3.0.0
- Source: src/math/easing/expo/InOut.js (Line 7)
 Returns:The tweened value. - Type
- number
 
- 
    <static> Out(v)
- 
    
    Exponential ease-out. Parameters:Name Type Description vnumber The value to be tweened. - Since: 3.0.0
- Source: src/math/easing/expo/Out.js (Line 7)
 Returns:The tweened value. - Type
- number
 
