测试已测试 | ✗ |
Lang语言 | SwiftSwift |
许可证 | 自定义 |
发布最后发布 | 2017年6月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由Yuichi Fujikawa维护。
Sequents是一个库,它可以以固定的时间间隔连续地对多个视图进行动画。
# Just write a line. Default animation is Fadein.
Sequents.origin(layout).start()
您可以更改动画设置。
Sequents
.origin(UIView)
.duration(int) // option.
.delay(int) // option. StartOffSet time.
.offset(int) // option. Interval time.
.flow(Direction) // option. Flow of animations in (FORWARD/BACKWARD).
.anim(Context, Animation) // option. implemented Animation.
.start()
请使用以下已实现的动画效果。
fadeIn
fadeInDown
fadeInLeft
fadeInRight
fadeInUp
对于错误、问题和建议,请使用GitHub问题。
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
https://apache.ac.cn/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.