All Projects → philippwilhelm → Sunset.css

philippwilhelm / Sunset.css

Licence: lgpl-2.1
This library offers a collection of different CSS-powered transitions.

Projects that are alternatives of or similar to Sunset.css

Hamburger React
Animated hamburger menu icons for React (1.5 KB) 🍔
Stars: ✭ 391 (+294.95%)
Mutual labels:  animations, transition, transitions
Rnal
Animations library for react-native
Stars: ✭ 54 (-45.45%)
Mutual labels:  animations, transitions, animation-library
Animatable Component
Animate once, use Everywhere! 💫
Stars: ✭ 188 (+89.9%)
Mutual labels:  animations, transitions, animation-library
Easytransform
Enhancing CSS transform with a little bit of JavaScript.
Stars: ✭ 10 (-89.9%)
Mutual labels:  animations, transition, transitions
Highway
Highway - A Modern Javascript Transitions Manager
Stars: ✭ 1,185 (+1096.97%)
Mutual labels:  library, animations, transitions
animated
🌊 Implicit animations for JavaFX.
Stars: ✭ 79 (-20.2%)
Mutual labels:  transition, animations, transitions
Xamanimation
Xamarin Forms Animation Library
Stars: ✭ 389 (+292.93%)
Mutual labels:  animations, transitions, animation-library
Flightanimator
Advanced Natural Motion Animations, Simple Blocks Based Syntax
Stars: ✭ 588 (+493.94%)
Mutual labels:  animations, animation-library
Swiftui Animation Library
SwiftUI Animation Library. Useful SwiftUI animations including Loading/progress, Looping, On-off, Enter, Exit, Fade, Spin and Background animations that you can directly implement in your next iOS application or project. The library also contains huge examples of spring animations such as Inertial Bounce, Shake, Twirl, Jelly, Jiggle, Rubber Band, Kitchen Sink and Wobble effects. Browse, find and download the animation that fits your needs.
Stars: ✭ 898 (+807.07%)
Mutual labels:  animations, transitions
Gl Transitions
The open collection of GL Transitions
Stars: ✭ 877 (+785.86%)
Mutual labels:  transition, transitions
Aaviewanimator
AAViewAnimator is a set of animations designed for UIView, UIButton, UIImageView with options in iOS, written in Swift.
Stars: ✭ 33 (-66.67%)
Mutual labels:  animations, animation-library
Animate Css Grid
Painless transitions for CSS Grid
Stars: ✭ 987 (+896.97%)
Mutual labels:  animations, transitions
Swipeablecards
Demonstration of draggable transition for UIViewController with swipeable UICollectionView cells inside.
Stars: ✭ 52 (-47.47%)
Mutual labels:  animations, transition
Transition X
{ } Declarative Kotlin DSL for choreographing Android transitions
Stars: ✭ 514 (+419.19%)
Mutual labels:  animations, transitions
React Motion Layout
🦸 Beautiful immersive React hero animations.
Stars: ✭ 509 (+414.14%)
Mutual labels:  animations, transitions
React Burger Menu
🍔 An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
Stars: ✭ 4,544 (+4489.9%)
Mutual labels:  animations, transitions
Photoviewslider
📷 A simple photo browser for Android applications.
Stars: ✭ 78 (-21.21%)
Mutual labels:  library, animations
Simpletab
A Simple iOS Tab Bar Controller with animation support.
Stars: ✭ 83 (-16.16%)
Mutual labels:  animations, transition
Theglowingloader
TheGlowingLoader is the highly configurable library to indicate progress and is natively created for Android Platform. It is an implementation of a design composed by Shashank Sahay.
Stars: ✭ 379 (+282.83%)
Mutual labels:  library, animation-library
React Native Fluid
Declarative animations for React Native and React Native Web.
Stars: ✭ 92 (-7.07%)
Mutual labels:  animations, transitions

sunset.css

This library offers a collection of different CSS-powered transitions.

Documentation

Website

Download

The only file you will need is sunset.min.css.

Download it and save it in the CSS-directory of your project.

Alternatively, you can install it via npm:

npm i sunset.css

This library is also available via CDN.

Usage

After downloading the source-file, you will have to include it in your .html-file:

<head>
	<link rel="stylesheet" type="text/css" href="path/to/your/directory/sunset.min.css">
</head>

The next step is to go to our website and find the effect you like. Click the respective field and the needed class-name will automatically be copied to your clipboard.

Bug-report

Feel free to open an issue.

Contributing

Please see CONTRIBUTING.md.

License

This project is licensed under the GNU Lesser General Public License v2.1.

This means that you can

  • use it commercially,
  • modify it,
  • and distribute it.

You will have to

  • add a license- and copyright notice,
  • disclose the source (especially modified versions),
  • state the changes you've made,
  • and publish this library under the same license.

Important: Unlike the GNU General Public License, this license does NOT force you to publish your whole project under this license. This means that you can use this library in your closed-source projects without any problems. You'll just have to publish the files of sunset.css under this 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].