All Projects → sagaya → Wobbly

sagaya / Wobbly

Licence: mit
(Animate CSS) animations for iOS. An easy to use library of iOS animations. As easy to use as an easy thing.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Wobbly

Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+6587.33%)
Mutual labels:  cocoapods, ios-ui, ios-animation
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (+58.67%)
Mutual labels:  cocoapods, ios-ui, ios-animation
Tkswitchercollection
An animation switch collection
Stars: ✭ 877 (+484.67%)
Mutual labels:  cocoapods, ios-animation
Lihalert
Advance animated alerts for iOS written in Swift
Stars: ✭ 34 (-77.33%)
Mutual labels:  ios-ui, ios-animation
Eureka
Elegant iOS form builder in Swift
Stars: ✭ 11,345 (+7463.33%)
Mutual labels:  cocoapods, ios-ui
Taniwhatextfield
My first cocoapod framework
Stars: ✭ 26 (-82.67%)
Mutual labels:  cocoapods, ios-ui
Tbactionsheet
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
Stars: ✭ 942 (+528%)
Mutual labels:  cocoapods, ios-ui
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 (+686.67%)
Mutual labels:  cocoapods, ios-animation
Swiftoverlays
SwiftOverlays is a Swift GUI library for displaying various popups and notifications
Stars: ✭ 621 (+314%)
Mutual labels:  cocoapods, ios-ui
Tkrubberindicator
A rubber animation pagecontrol
Stars: ✭ 1,337 (+791.33%)
Mutual labels:  cocoapods, ios-animation
Tkdotsegment
TKDotSegment is a segment with dot animation
Stars: ✭ 103 (-31.33%)
Mutual labels:  cocoapods, ios-animation
Cascadingtabledelegate
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Stars: ✭ 931 (+520.67%)
Mutual labels:  cocoapods, ios-ui
Xlpagertabstrip
Android PagerTabStrip for iOS.
Stars: ✭ 6,671 (+4347.33%)
Mutual labels:  cocoapods, ios-ui
Ppnumberbutton
iOS中一款高度可定制性商品计数按钮(京东/淘宝/饿了么/美团外卖/百度外卖样式)
Stars: ✭ 845 (+463.33%)
Mutual labels:  cocoapods, ios-ui
Cariocamenu
The fastest zero-tap iOS menu.
Stars: ✭ 785 (+423.33%)
Mutual labels:  ios-ui, ios-animation
Sizeslidebutton
A fun Swift UIControl for picking a size
Stars: ✭ 46 (-69.33%)
Mutual labels:  cocoapods, ios-animation
Poliopager
A flexible TabBarController with search tab like SNKRS.
Stars: ✭ 133 (-11.33%)
Mutual labels:  cocoapods, ios-ui
Pinterestsegment
A Pinterest-like segment control with masking animation.
Stars: ✭ 560 (+273.33%)
Mutual labels:  cocoapods, ios-animation
Iosproject
iOS project of collected some demos for iOS App, use Objective-C
Stars: ✭ 5,357 (+3471.33%)
Mutual labels:  ios-ui, ios-animation
Slidingtabbar
A custom TabBar view with sliding animation written in Swift.
Stars: ✭ 84 (-44%)
Mutual labels:  cocoapods, ios-ui

wobbly

CI Status Version License Platform

Screenshot

See Wobbly in action (examples)

Add a drop of honey 🍯 to your project

wobbly has a bunch of cool, fun, and easy to use iOS animations for you to use in your projects. Animation types taken from Animate CSS (Animate CSS for iOS 👻)

Installation

wobbly is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'wobbly'

Usage

To use wobbly in your, simply install it through cocoapods or drag and drop the wobbly folder into your project, and simply call the type of animation you want on any type of view. Yea just one step to use 👻

view.bounce()

image.jello()

button.shake()

view.bounceInLeft()

label.Swing()

Animations

To animate an element, add the class animated to an element. You can include the class infinite for an infinite loop. Finally you need to add one of the following classes to the element (This has all the Animate CSS animations )

Class Name
bounce flash pulse rubberBand
shake headShake swing tada
wobble jello bounceIn bounceInDown
bounceInLeft bounceInRight bounceInUp bounceOut
bounceOutDown bounceOutLeft bounceOutRight bounceOutUp
fadeIn fadeInDown fadeInDownBig fadeInLeft
fadeInLeftBig fadeInRight fadeInRightBig fadeInUp
fadeInUpBig fadeOut fadeOutDown fadeOutDownBig
fadeOutLeft fadeOutLeftBig fadeOutRight fadeOutRightBig
fadeOutUp fadeOutUpBig flipInUp flipInDown
flip flipInRight lightSpeedIn lightSpeedOut
rotateIn rotateInDownLeft rotateInDownRight rotateInUpLeft
rotateInUpRight rotateOut rotateOutDownLeft rotateOutDownRight
rotateOutUpLeft rotateOutUpRight hinge jackInTheBox
rollIn rollOut zoomIn zoomInDown
zoomInLeft zoomInRight zoomInUp zoomOut
zoomOutDown zoomOutLeft zoomOutRight zoomOutUp
slideInDown slideInLeft slideInRight slideInUp
slideOutDown slideOutLeft slideOutRight slideOutUp
heartBeat

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Author

sagaya, [email protected]

Contributing

Pull requests are the way to go here. We only have two rules for submitting a pull request: match the naming convention (camelCase, categorised [fades, bounces, etc])

License

wobbly is available under the MIT license. See the LICENSE file for more info.

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].