All Projects → fujiyuu75 → Sequents

fujiyuu75 / Sequents

Licence: Apache-2.0 license
A simple continuous animation library for iOS UI.

Programming Languages

ruby
36898 projects - #4 most used programming language
swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Sequents

Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (+748.39%)
Mutual labels:  animations, animated, animation-library, animate
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (+161.29%)
Mutual labels:  animations, animatorset, animator
Typewriterview
Android library for typewriter like effects
Stars: ✭ 124 (+300%)
Mutual labels:  animations, animated, animation-library
Dynamic.css
🚀 Awesome Library of CSS3 animations 🎉
Stars: ✭ 38 (+22.58%)
Mutual labels:  animations, animation-library, animate
Aaviewanimator
AAViewAnimator is a set of animations designed for UIView, UIButton, UIImageView with options in iOS, written in Swift.
Stars: ✭ 33 (+6.45%)
Mutual labels:  uiview, animations, animation-library
Parade
Parallax Scroll-Jacking Effects Engine for iOS / tvOS
Stars: ✭ 754 (+2332.26%)
Mutual labels:  swift-framework, ios-ui, animation-library
Flightanimator
Advanced Natural Motion Animations, Simple Blocks Based Syntax
Stars: ✭ 588 (+1796.77%)
Mutual labels:  animations, swift-framework, animation-library
extensions-kit
📦 Collection of Swift+Apple Frameworks extensions for speeding up software development [iOS & iPadOS].
Stars: ✭ 71 (+129.03%)
Mutual labels:  uiview, swift-framework, ios-ui
Elixir cli spinners
Spinnig Animations for Command Line Applications
Stars: ✭ 117 (+277.42%)
Mutual labels:  animations, animation-library
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (+322.58%)
Mutual labels:  animations, animation-library
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+9383.87%)
Mutual labels:  animations, animated
Sunset.css
This library offers a collection of different CSS-powered transitions.
Stars: ✭ 99 (+219.35%)
Mutual labels:  animations, animation-library
NotchToolkit
Use the iPhone X notch in creative ways 👩‍🎨👨‍🎨.
Stars: ✭ 55 (+77.42%)
Mutual labels:  uiview, swift-framework
Angular Fx
Angular CSS3 animation directives (ngfx-bounce, ngfx-shake, ngfx-flip, ngfx-pulse and more ...) https://720kb.github.io/angular-fx
Stars: ✭ 181 (+483.87%)
Mutual labels:  animations, animate
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+3706.45%)
Mutual labels:  animations, swift-framework
Babypiganimation
基本动画、位移动画、缩放动画、旋转动画、组动画、关键帧动画、贝塞尔曲线、进度条动画、复杂动画、OC动画、aniamtion、basicanimation等。
Stars: ✭ 192 (+519.35%)
Mutual labels:  animations, animation-library
Rnal
Animations library for react-native
Stars: ✭ 54 (+74.19%)
Mutual labels:  animations, animation-library
Animatable Component
Animate once, use Everywhere! 💫
Stars: ✭ 188 (+506.45%)
Mutual labels:  animations, animation-library
kinieta
A Fast Animation Engine with an Intuitive API
Stars: ✭ 44 (+41.94%)
Mutual labels:  animations, animation-library
Lsanimator
⛓ Easy to Read and Write Multi-chain Animations Lib in Objective-C and Swift.
Stars: ✭ 1,576 (+4983.87%)
Mutual labels:  uiview, animator

Sequents

Sequents is a library that starts animation continuously for multiple views at regular intervals.

# Just write a line. Default animation is Fadein.
Sequents.origin(layout).start()

You can change the animation settings.

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()

Please use the following implemented animation effects.

fadeIn fadeInDown fadeInLeft fadeInRight fadeInUp

Installation

CocoaPods

Add the following to your Podfile:

pod "Sequents"

Carthage

Add the following to your Cartfile:

github "fujiyuu75/Sequents"

Continuous animation library like Sequents is also available for Android.

Bugs and Feedback

For bugs, questions and discussions please use the github issues.

Lisense

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].