Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
    
  
  
  
  
    
  
  
    
    
    
    Interpolator
    interface Interpolator : TimeInterpolator
    
    
    
      
        
          
            Known Indirect Subclasses
              
              
             
           | 
        
      
    
    An interpolator defines the rate of change of an animation. This allows the basic animation effects (alpha, scale, translate, rotate) to be accelerated, decelerated, repeated, etc.
    Summary
    
      
        
          | Inherited functions | 
        
        
          
            From class TimeInterpolator
              
                
                  
                    Float | 
                    getInterpolation(input: Float)
                      
                         Maps a value representing the elapsed fraction of an animation to a value that represents the interpolated fraction. This interpolated value is then multiplied by the change in value of an animation to derive the animated value at the current elapsed animation time. 
                      
                     | 
                   
                
               
             
           | 
        
      
    
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
  Last updated 2025-02-10 UTC.
  
  
  
    
      [null,null,["Last updated 2025-02-10 UTC."],[],[]]