v1.0.2
motion_widget
一個簡單又強大的組件,用來建立酷炫的過渡效果。它處理初始化、狀態變更、程式碼清理以及其他所有動畫樣板程式碼,讓您在每個時段都能控制動畫,始終掌握主導權。
66喜歡 9近 30 天下載20Pub 分數
平台暫無資料
一個簡單且強大的小部件,用於建立酷炫的過渡效果
{"sdk":"flutter"}^0.1.2{"sdk":"flutter"}以下為英文專案原文快照,最新內容請造訪 GitHub。
A simple, powerful widget to build cool transitions
Screenshot
To use this plugin :
dependencies:
flutter:
sdk: flutter
motion_widget:
Motion<Row>(
children: <Widget>[]
)
MotionElement(
interval: Interval(0.3, 0.9)
mode: MotionMode.FADE
child: Container()
orientation: MotionOrientation.HORIZONTAL_LEFT
)
Motion(
exitConfigurations: MotionExitConfigurations(
displacement: 200,
orientation: MotionOrientation.HORIZONTAL_LEFT,
durationMs: 400
)
)
All the pull requests are welcomed. Please feel free to make valuable additions in the code.
Copyright 2020 Sumeet Rukeja
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.