You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,13 @@ Flutter is Google’s portable UI toolkit for building beautiful, native applica
15
15
[Uplabs](https://www.uplabs.com/challenges) is a place for designers and developers to find, share and buy inspiration and resources to build apps and sites.
16
16
17
17
on Up, every designer and developer can:
18
+
18
19
**1.** Browse and find inspiration on our daily showcases for Material Design (Android), iOS & macOS, and Site.
20
+
19
21
**2.** Search for specific UI elements and solutions;
22
+
20
23
**3.** Share her/his work (design, library, snippet, app, site) as inspiration or as a freebie;
@@ -49,7 +56,7 @@ We can implement a simple transition effect
49
56
50
57
> 我们可以来实现一个简单的过渡效果
51
58
52
-

59
+

53
60
54
61
**Question**: Now you can see from the UI diagram that the initial size of the square is 100, the starting position is centered, the distance is 100px from the bottom, the position after the transition is centered, the distance is 500px from the bottom, and the size is changed to 300, and the rounded corner is set to 30.
55
62
@@ -171,7 +178,7 @@ In the above code we have put a layer of GestureDetector, and then use the onTap
The vertical gesture monitoring can be handled by `onVerticalDragEnd`. According to the returned `DragUpdateDetails` parameter, the sliding distance can be obtained. We can change the offset according to it.
0 commit comments