Giter VIP home page Giter VIP logo

annimationwithswiftui's Introduction

SwiftUI - Annimation

Animations are a way of fascinate the users of your application. Thorugh the annimations user can come accorss the smooth and friendly experience of the application

Have you thought of doing animation using UIKit then probably it will demand for the complex logic and code set up but SwiftUI make it trouble - free. SwiftUI handled all the complexity and create a animation view.

Let’s see some of the serviceable and applicable animation solution which can be used during application development

FlipAnimation : CardFlipAnimation

Darg and drop the CardFlipAnimation file and use it like below

var results = [UserModel(name: "Pish Patel",   color1: "Color-9", color2: "Color-10"),
               UserModel(name: "Anita Bath",   color1: "Color-1", color2: "Color-2"),
               UserModel(name: "Bea Mine",     color1: "Color-1", color2: "Color-2")]

CardFlipAnimation(arrModel: results)
withAnimation(Animation.linear(duration: 0.5)) {
}

Requirements

  • iOS 13.0+
  • Xcode 12.5+

TinderSwipe : TinderAnimation

Use the file TinderAnimation and use it like

let userProfiles: UserProfiles = Bundle.main.decode("userProfiles.json")
TinderAnimation(userProfiles: userProfiles)
.gesture(gesture: Gesture)
.scaleEffect(CGFloat)
.rotationEffect(angle: Angle)
.animation(animation: Animation)

Requirements

  • iOS 15.0+
  • Xcode 13.0+

πŸ“± Check out other lists of our Mobile UI libraries



πŸ’» Check out other lists of Web libraries



Check out our Work



πŸ“„ License

CardFlipSwiftUI is MIT-licensed.

If you use our open-source libraries in your project, please make sure to credit us and Give a star to www.mindinventory.com

app development

annimationwithswiftui's People

Contributors

riddhi-mi avatar piyushselarka avatar piyush-mind avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.