All Projects → Kharauzov → Swipeablecards

Kharauzov / Swipeablecards

Licence: mit
Demonstration of draggable transition for UIViewController with swipeable UICollectionView cells inside.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swipeablecards

Simpletab
A Simple iOS Tab Bar Controller with animation support.
Stars: ✭ 83 (+59.62%)
Mutual labels:  animations, transition
Sunset.css
This library offers a collection of different CSS-powered transitions.
Stars: ✭ 99 (+90.38%)
Mutual labels:  animations, transition
Transition
Easy interactive interruptible custom ViewController transitions
Stars: ✭ 2,566 (+4834.62%)
Mutual labels:  transition, interactive
Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (+150%)
Mutual labels:  transition, interactive
animated
🌊 Implicit animations for JavaFX.
Stars: ✭ 79 (+51.92%)
Mutual labels:  transition, animations
Easytransitions
A simple way to create custom interactive UIViewController transitions
Stars: ✭ 1,592 (+2961.54%)
Mutual labels:  animations, transition
Css Animations Pocket Guide
A pocket guide to get started writing CSS Animations. ✨
Stars: ✭ 94 (+80.77%)
Mutual labels:  animations, transition
Cardsholder
Demonstration of complex interface layouts using child view controllers in iOS 🦾
Stars: ✭ 24 (-53.85%)
Mutual labels:  transition, interactive
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+5980.77%)
Mutual labels:  animations, transition
Cpcollectionviewkit
Interesting UICollectionView layouts and transitions
Stars: ✭ 140 (+169.23%)
Mutual labels:  animations, transition
Hamburger React
Animated hamburger menu icons for React (1.5 KB) 🍔
Stars: ✭ 391 (+651.92%)
Mutual labels:  animations, transition
Easytransform
Enhancing CSS transform with a little bit of JavaScript.
Stars: ✭ 10 (-80.77%)
Mutual labels:  animations, transition
Allkit
🛠 Async List Layout Kit
Stars: ✭ 40 (-23.08%)
Mutual labels:  animations
Degust
An interactive web-tool for RNA-seq analysis
Stars: ✭ 46 (-11.54%)
Mutual labels:  interactive
Svg World Map
🗺 A JavaScript library to easily integrate one or more SVG world maps with all nations (countries) and second-level political subdivisions (countries, provinces, states).
Stars: ✭ 38 (-26.92%)
Mutual labels:  interactive
Animate Css Grid
Painless transitions for CSS Grid
Stars: ✭ 987 (+1798.08%)
Mutual labels:  animations
Tween.js
JavaScript/TypeScript animation engine
Stars: ✭ 8,409 (+16071.15%)
Mutual labels:  interactive
Scroll Out
ScrollOut detects changes in scroll for reveal, parallax, and CSS Variable effects!
Stars: ✭ 1,033 (+1886.54%)
Mutual labels:  transition
Esp32 Hub75 Driver
A small, simple, passive driver for HUB75 based LED panels
Stars: ✭ 37 (-28.85%)
Mutual labels:  animations
Tldr
fast and interactive tldr client written with go
Stars: ✭ 984 (+1792.31%)
Mutual labels:  interactive

Swift Platform License

Overview

The idea of the project is to show implemented concept of how content could be provided to the user and in what way the user could interact with it considering modern trends.

Main two things, that project demonstrates are:

  • Possibilities of UIViewControllerAnimatedTransitioning and UIViewControllerInteractiveTransitioning protocols for creating custom interactive transitions at iOS.
  • Injection of UIGestureRecognizer object can expand possibilities of UICollectionView’s cells and distinguish it from the rest of the screen’s components.

I wrote an article on Medium, where described main parts of this project.

https://medium.com/@sergkharauzov/make-draggable-uiviewcontroller-with-swipe-cards-using-custom-transitions-in-ios-c96f581639e0

Presentation

Features

  • [ ] Reordering of cards, activated with long press
  • [ ] Demonstrate transition from cards screen to any next one

Feedback

If you have any questions or suggestions, feel free to open issue just at this project.

License

SwipeableCards and all its classes are 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].