mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
Slow down dizzy crop demo effect
PiperOrigin-RevId: 609667000
This commit is contained in:
parent
e4cf72db11
commit
88c6877418
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ import androidx.media3.effect.MatrixTransformation;
|
|||
}
|
||||
|
||||
private static final float ZOOM_DURATION_SECONDS = 2f;
|
||||
private static final float DIZZY_CROP_ROTATION_PERIOD_US = 1_500_000f;
|
||||
private static final float DIZZY_CROP_ROTATION_PERIOD_US = 5_000_000f;
|
||||
|
||||
private static Matrix calculateZoomInTransitionMatrix(long presentationTimeUs) {
|
||||
Matrix transformationMatrix = new Matrix();
|
||||
|
|
|
|||
Loading…
Reference in a new issue