All Projects → manekdilip → MTRipple

manekdilip / MTRipple

Licence: other
Repository for Ripple Effect

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to MTRipple

Kau
An extensive collection of Kotlin Android Utils
Stars: ✭ 182 (+658.33%)
Mutual labels:  ripple
XpringKit
XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
Stars: ✭ 23 (-4.17%)
Mutual labels:  ripple
go-crypto-wallet
Cryptocurrency wallet for trading for Bitcoin, Bitcoin cash, Ethereum, ERC20, Ripple
Stars: ✭ 59 (+145.83%)
Mutual labels:  ripple
Material Ripple
Android L Ripple effect wrapper for Views
Stars: ✭ 2,344 (+9666.67%)
Mutual labels:  ripple
LaserPulse
LaserPulse is a class for storing and handling time-frequency pulses, like for example femtosecond laser pulses
Stars: ✭ 36 (+50%)
Mutual labels:  pulse
cryptocoins-desklet-cinnamon
Cryptocurrency Ticker (Desklet) for Cinnamon Desktop that displays the current price for thousands of cryptocurrencies, and their daily percent changes.
Stars: ✭ 18 (-25%)
Mutual labels:  ripple
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+9870.83%)
Mutual labels:  ripple
ng-ripple
Material ripple effects for AngularJs
Stars: ✭ 12 (-50%)
Mutual labels:  ripple
ripple-effect-click
Add ripple effect to any element you want when the click action happens ("ripple effect")
Stars: ✭ 15 (-37.5%)
Mutual labels:  ripple
RippleLayout
水波纹选中控件(A ripple layout with selected state)
Stars: ✭ 25 (+4.17%)
Mutual labels:  ripple
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+891.67%)
Mutual labels:  ripple
ShapeView
打造万能shape,再也不用写很多xml了,可以当做TextView,Button,EditText等多种控件,方便实用
Stars: ✭ 34 (+41.67%)
Mutual labels:  ripple
vpglib
Opencv extension that allows to capture PPG signal from the video of the human face
Stars: ✭ 50 (+108.33%)
Mutual labels:  pulse
Xrpl Dev Portal
XRP Ledger developer portal with documentation and examples
Stars: ✭ 198 (+725%)
Mutual labels:  ripple
rippled-php
A PHP library for rippled (XRP Ledger) communication.
Stars: ✭ 33 (+37.5%)
Mutual labels:  ripple
Ripplejs
vanilla Material Design ripples
Stars: ✭ 177 (+637.5%)
Mutual labels:  ripple
adequate crypto address
A Ruby Library for dealing with validation cryptocurrency addresses
Stars: ✭ 18 (-25%)
Mutual labels:  ripple
vue-rippler
🎉 Custom ripple effect plugin for @vuejs
Stars: ✭ 45 (+87.5%)
Mutual labels:  ripple
node-bitstamp
bitstamp REST and WS API Node.js client 💵
Stars: ✭ 58 (+141.67%)
Mutual labels:  ripple
Pulse
❤️ A heart rate camera pulse detector written in Swift.
Stars: ✭ 53 (+120.83%)
Mutual labels:  pulse

MTRipple

Easily creating Ripple Effect in your project with dynamic size. MTRipple written in Swift 3.0 and easy to use in project.

BackgroundImage ![BackgroundImage](https://github.com/manekdilip/MTRipple/blob/master/Images/custom MTRipple.gif)

#Installation

Manually

Clone or Download this Repo. Then simply drag the class MTRipple.swift to your Xcode project.

###Simply way to integrate MTRipple

###Implement MTRipple

Create an objcet of class.

var ripple:MTRipple!

###Start Animation

    ripple = MTRipple.init(frame:CGRect(x: 0.0, y: 0.0, width: self.animateView.frame.size.width, height: self.animateView.frame.size.height)).startViewAniamtion(animationTime: 6.0, animateView: self.animateView) as! MTRipple

###Add Custom Shadow Color

    ripple.setShadowColor(UIColor.init(red: 1.0, green: 1.0, blue: 1.0, alpha: 0.5))

###Add Dynamic Image For Ripple Effect

    ripple.setImage(UIImage.init(named: "circle2.png")!)

###Add Custom ShadowOffset

    ripple.setShadowOffset(CGSize(width: 0.5, height: 0.5))
    
    Note: Add value 0 to 1 Only

###Hide Animation

    ripple.hideAnimation()
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].