cruisediary/pastel

🎨 Gradient animation effect like Instagram

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 19th, 2026
Created on May 5th, 2017
Open Issues & Pull Requests: 16 (+0)
GitHub issues: Enabled
Number of forks: 187
Total Stargazers: 3,516 (+0)
Total Subscribers: 38 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 393 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Pastel is a Swift library that creates animated gradient effects similar to Instagram's visual style.

The library solves the problem of implementing smooth, visually appealing gradient animations in iOS applications. It works by providing pre-built gradient animations that can be applied to views, backgrounds, and text. The approach includes thirty built-in gradient presets designed for immediate use, while also allowing developers to define custom color gradients for more specific design needs.

Developers building iOS applications that require polished gradient animations should consider Pastel if they want to avoid implementing these effects from scratch. The tool suits projects targeting iOS 16 and later that need Instagram-style visual effects without significant custom animation code. It supports both SwiftUI and UIKit, making it adaptable to different development approaches. The library also provides a shared state mechanism for coordinating animated gradients across multiple views within an application.

The project maintains active engagement with its codebase through regular updates and incorporates community contributions. Development follows a structured approach with clear documentation and an example project that requires no additional setup beyond cloning the repository.