Introducing Composables One: Universal Components for Compose UI ->
Composables
Compose Animation Core
🖌Compose Unstyled🆕 UI Kit
🤖Jetpack Compose API Reference
Documentation
Theming
Unstyled Components
Universal Components
Blog
Component Catalogue
Jetpack Compose Reference
Getting Started
Overview
Installation
Components
Concepts
Custom Themes
Android XML Themes
Dynamic Themes
Theme Overrides
Modifiers
buildModifier
focusRing
outline
Components
Bottom Sheet
Bottom Sheet (Modal)
Button
Checkbox
Checkbox (TriState)
Dialog
Disclosure
Dropdown Menu
Icon
Modal
Progress Indicator
Radio Group
Scroll Area
Separators
Slider
Tab Group
Text
Text Field
Toggle Switch
UI Kit
Docs
🖌Compose Unstyled🆕 UI Kit
🤖Jetpack Compose API Reference
Blog 870+
Compose UnstyledJetpack Compose API ReferenceUI KitBlog
Composable Functions
  • animateDp
  • animateDpAsState
  • animateFloat
  • animateFloatAsState
  • animateInt
  • animateIntAsState
  • animateIntOffset
  • animateIntOffsetAsState
  • animateIntSize
  • animateIntSizeAsState
  • animateOffset
  • animateOffsetAsState
  • animateRect
  • animateRectAsState
  • animateSize
  • animateSizeAsState
  • animateValue
  • animateValueAsState
  • createChildTransition
  • rememberInfiniteTransition
  • rememberTransition
  • updateTransition
Classes
  • Animatable
  • AnimationEndReason
  • AnimationResult
  • AnimationScope
  • AnimationState
  • AnimationVector
  • AnimationVector1D
  • AnimationVector2D
  • AnimationVector3D
  • AnimationVector4D
  • ArcAnimationSpec
  • ArcMode
  • CubicBezierEasing
  • DecayAnimation
  • DeferredTargetAnimation
  • ExperimentalAnimatableApi
  • ExperimentalAnimationSpecApi
  • ExperimentalTransitionApi
  • FloatExponentialDecaySpec
  • FloatSpringSpec
  • FloatTweenSpec
  • InfiniteRepeatableSpec
  • InfiniteTransition
  • InternalAnimationApi
  • KeyframeBaseEntity
  • KeyframesSpec
  • KeyframesSpecBaseConfig
  • KeyframesWithSplineSpec
  • MutableTransitionState
  • PathEasing
  • RepeatMode
  • RepeatableSpec
  • SeekableTransitionState
  • SnapSpec
  • SpringSpec
  • StartOffset
  • StartOffsetType
  • TargetBasedAnimation
  • Transition
  • TransitionState
  • TweenSpec
  • VectorizedFloatAnimationSpec
  • VectorizedInfiniteRepeatableSpec
  • VectorizedKeyframesSpec
  • VectorizedRepeatableSpec
  • VectorizedSnapSpec
  • VectorizedSpringSpec
  • VectorizedTweenSpec
Interfaces
  • Animation
  • AnimationSpec
  • DecayAnimationSpec
  • DurationBasedAnimationSpec
  • Easing
  • FiniteAnimationSpec
  • FloatAnimationSpec
  • FloatDecayAnimationSpec
  • TwoWayConverter
  • VectorizedAnimationSpec
  • VectorizedDecayAnimationSpec
  • VectorizedDurationBasedAnimationSpec
  • VectorizedFiniteAnimationSpec
Properties
  • Ease
  • EaseIn
  • EaseInBack
  • EaseInBounce
  • EaseInCirc
  • EaseInCubic
  • EaseInElastic
  • EaseInExpo
  • EaseInOut
  • EaseInOutBack
  • EaseInOutBounce
  • EaseInOutCirc
  • EaseInOutCubic
  • EaseInOutElastic
  • EaseInOutExpo
  • EaseInOutQuad
  • EaseInOutQuart
  • EaseInOutQuint
  • EaseInOutSine
  • EaseInQuad
  • EaseInQuart
  • EaseInQuint
  • EaseInSine
  • EaseOut
  • EaseOutBack
  • EaseOutBounce
  • EaseOutCirc
  • EaseOutCubic
  • EaseOutElastic
  • EaseOutExpo
  • EaseOutQuad
  • EaseOutQuart
  • EaseOutQuint
  • EaseOutSine
  • FastOutLinearInEasing
  • FastOutSlowInEasing
  • LinearEasing
  • LinearOutSlowInEasing
  • VectorConverter
  • VisibilityThreshold
  • isFinished
Functions
  • Animatable
  • animate
  • animateDecay
  • animateTo
  • AnimationState
  • AnimationVector
  • calculateTargetValue
  • copy
  • createZeroVectorFrom
  • DecayAnimation
  • exponentialDecay
  • generateDecayAnimationSpec
  • getVelocityFromNanos
  • infiniteRepeatable
  • keyframes
  • keyframesWithSpline
  • repeatable
  • snap
  • spring
  • TargetBasedAnimation
  • tween
  • TwoWayConverter
  • withInfiniteAnimationFrameMillis
  • withInfiniteAnimationFrameNanos
Compose API Reference Compose Animation Core

Ease

Property

Common
public val Ease: Easing

Easing Curve that speeds up quickly and ends slowly.

!Ease Curve(https://developer.android.com/images/reference/androidx/compose/animation-core/ease.gif)

    On this page
Sponsored By
by @alexstyl