All Projects β†’ cruisediary β†’ Pastel

cruisediary / Pastel

Licence: mit
🎨 Gradient animation effect like Instagram

Programming Languages

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

Projects that are alternatives of or similar to Pastel

Spark
🎨 An Android library to create gradient animation like Instagram&Spotify
Stars: ✭ 669 (-80.06%)
Mutual labels:  instagram, gradient
Flowing Gradient
Android Library to make a flowing gradient effect, similar to that used in Instagram Android login screen
Stars: ✭ 701 (-79.11%)
Mutual labels:  instagram, gradient
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (-92.91%)
Mutual labels:  instagram, gradient
Rsshub
🍰 Everything is RSSible
Stars: ✭ 18,111 (+439.82%)
Mutual labels:  instagram
Gradient Widgets
Flutter widgets wrapped with gradients
Stars: ✭ 290 (-91.36%)
Mutual labels:  gradient
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-90.7%)
Mutual labels:  instagram
Instantgram
☁️ A bookmarklet for download photos in Instagram
Stars: ✭ 322 (-90.4%)
Mutual labels:  instagram
Ig Monitoring
🚨 DISCONTINUED🚨 IGMonitoring - Free, self hosted Instagram Analytics and Stats
Stars: ✭ 283 (-91.56%)
Mutual labels:  instagram
Upme Plus
Smart Automation inside your browser for free. Start earning and double your followers
Stars: ✭ 318 (-90.52%)
Mutual labels:  instagram
Gradientprogressbar
πŸ“Š A customizable gradient progress bar (UIProgressView).
Stars: ✭ 311 (-90.73%)
Mutual labels:  gradient
Flutter programs
Experiments with Mobile
Stars: ✭ 308 (-90.82%)
Mutual labels:  gradient
Python Automation Scripts
Simple yet powerful automation stuffs.
Stars: ✭ 292 (-91.3%)
Mutual labels:  instagram
Instapy Gui
gui for instapy automation
Stars: ✭ 313 (-90.67%)
Mutual labels:  instagram
Instaclone
An instagram clone created with the MERN stack
Stars: ✭ 289 (-91.39%)
Mutual labels:  instagram
Instafeed.js
A simple Instagram JavaScript plugin for your website
Stars: ✭ 3,376 (+0.63%)
Mutual labels:  instagram
Ispagecontrol
A page control similar to that used in Instagram
Stars: ✭ 285 (-91.51%)
Mutual labels:  instagram
Coolhue
Coolest Gradient Hues and Swatches
Stars: ✭ 3,307 (-1.43%)
Mutual labels:  gradient
Co.revely.gradient
An Android library for easy gradient management
Stars: ✭ 298 (-91.12%)
Mutual labels:  gradient
Skeleton
Skeleton Android
Stars: ✭ 293 (-91.27%)
Mutual labels:  gradient
Zuck.js
A javascript library that lets you add stories EVERYWHERE.
Stars: ✭ 3,396 (+1.22%)
Mutual labels:  instagram

Pastel

🎨 Gradient animation effect like Instagram

Awesome Swift CI Status Version License Platform Carthage compatible

pastel_01.gif pastel_02.gif pastel_03.gif

Example

override func viewDidLoad() {
    super.viewDidLoad()

    let pastelView = PastelView(frame: view.bounds)

    // Custom Direction
    pastelView.startPastelPoint = .bottomLeft
    pastelView.endPastelPoint = .topRight

    // Custom Duration
    pastelView.animationDuration = 3.0

    // Custom Color
    pastelView.setColors([UIColor(red: 156/255, green: 39/255, blue: 176/255, alpha: 1.0),
                          UIColor(red: 255/255, green: 64/255, blue: 129/255, alpha: 1.0),
                          UIColor(red: 123/255, green: 31/255, blue: 162/255, alpha: 1.0),
                          UIColor(red: 32/255, green: 76/255, blue: 255/255, alpha: 1.0),
                          UIColor(red: 32/255, green: 158/255, blue: 255/255, alpha: 1.0),
                          UIColor(red: 90/255, green: 120/255, blue: 127/255, alpha: 1.0),
                          UIColor(red: 58/255, green: 255/255, blue: 217/255, alpha: 1.0)])

    pastelView.startAnimation()
    view.insertSubview(pastelView, at: 0)
}

🎨 Customize Gradient Colors

Designed by Alexander Zaytsev, https://dribbble.com/anwaltzzz

Gradient.png

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

Requirements

Pastel is written in Swift 3+. iOS 8.0+ Required

Installation

Pastel is available through CocoaPods or Carthage.

Cocoapods

pod "Pastel"

Carthage

github "cruisediary/Pastel" ~> 0.6.0

Example

  • Passcode: A simple Passcode application using RxSwift, ReactorKit, IGListKit with Pastel

Awesome

  • awesome-swift - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
  • awesome-gradient - 🌈 A curated list of awesome Gradient frameworks, libraries and software and resources

Author

cruz, [email protected]

Thanks

Many thanks to the contributors of this project.

License

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