Pulsator icon indicating copy to clipboard operation
Pulsator copied to clipboard

Pulse animation for iOS

Results 16 Pulsator issues
Sort by recently updated
recently updated
newest added

Is this currently supported for SwiftUI?

Added feature to delay animation after calling start(). This also works in case of minimising app and reopening it. Even if we would call start() for several Pulsators with randomly...

I have try many way to add to marker googlemap but unsucessfully.

Hi, I'm trying to get a nice pulse below a round avatar view. The UIImageView itself is a rectangle spanning the entire screen, its image is a circle with aspect...

Up until before I migrated my project to Swift 5, this worked fine: `var pulse = Pulsator() pulse.isReversed = true` However now it doesn't. Does anyone have any idea why?...

Thank you for the nice library. I want to pause animation to show search results count. Kindly help us.

For the first time it works when the view controller is opened. See the below screenshot, There is a `NavigationController` embed in. ![image](https://user-images.githubusercontent.com/6850766/48325372-1f57cd00-e69a-11e8-9846-b4896aad3745.png) After I click a subpage, which is...

Can you help? ``` let markerView = UIImageView(image: GMSMarker.markerImage(with: UIColor.red)) marker.iconView = markerView ``` ``` let pulsator = Pulsator() pulsator.numPulse = 3 pulsator.radius = 240.0 pulsator.repeatCount = .infinity marker.iconView?.layer.insertSublayer(pulsator, above:...

When I tried to add it in GoogleMap Marker, its not working... Here's my code: var myMarker.position = CLLocationCoordinate2D(latitude: myLatitude , longitude: myLongitude) myMarker.title = "MyLocation" myMarker.map = mapView let...