Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 7ce3f39

Browse files
committed
fix bug on cupertino/segmented_control and fade_in_image
1 parent a0f70d8 commit 7ce3f39

File tree

4 files changed

+649
-563
lines changed

4 files changed

+649
-563
lines changed

com.unity.uiwidgets/Runtime/animation/tween_sequence.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
using System.Collections.Generic;
22
using Unity.UIWidgets.foundation;
3-
using Unity.UIWidgets.animation;
4-
using Unity.UIWidgets.rendering;
5-
using Unity.UIWidgets.ui;
6-
using Unity.UIWidgets.widgets;
7-
using Unity.UIWidgets.scheduler;
8-
using System;
9-
using Unity.UIWidgets.gestures;
10-
using Unity.UIWidgets.painting;
11-
using UnityEngine;
12-
using Color = Unity.UIWidgets.ui.Color;
13-
using Rect = Unity.UIWidgets.ui.Rect;
14-
using Transform = Unity.UIWidgets.widgets.Transform;
153

164
namespace Unity.UIWidgets.animation {
175
public class TweenSequence<T> : Animatable<T> {

0 commit comments

Comments
 (0)