Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit af487d4

Browse files
change opacity
1 parent c1b53ed commit af487d4

File tree

2 files changed

+116
-110
lines changed

2 files changed

+116
-110
lines changed

‎.idea/workspace.xml‎

Lines changed: 114 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎lib/animation_set.dart‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ class AnimatedLogo extends StatelessWidget {
100100
///opacityNotify:监听透明度变化,将正在变化的动画值作为opacityValue
101101
///opacity:透明度动画集合
102102
///opacityValue:最终显示的透明度
103-
List<ValueNotifier<double>> opacityNotify = List()..length = 500;
104-
List<Animation<double>> opacity = List()..length = 500;
103+
List<ValueNotifier<double>> opacityNotify = List()..length = 16;
104+
List<Animation<double>> opacity = List()..length = 16;
105105
double opacityValue;
106106

107107
Animation<double> width;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /