Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Flutter
  2. animation.dart
  3. Curves
  4. fastOutSlowIn constant
fastOutSlowIn
description

fastOutSlowIn constant

Cubic constfastOutSlowIn

A curve that starts quickly and eases into its final position.

Over the course of the animation, the object spends more time near itsfinal destination. As a result, the user isn’t left waiting for theanimation to finish, and the negative effects of motion are minimized.

See also:

  • Easing.legacy, the name for this curve in the Material specification.

Implementation

static const Cubic fastOutSlowIn = Cubic(0.4, 0.0, 0.2, 1.0);
  1. Flutter
  2. animation
  3. Curves
  4. fastOutSlowIn constant
Curves class

[8]ページ先頭

©2009-2026 Movatter.jp