You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance you'd consider adding a "new" type of animation? Basically I'd like the PulseView to have the same effect as if it was a standard iOS UITableViewCell highlight. This means it would instantly highlight the view when the user touches it, and then deselect with an animation.
It's pretty much exactly the same as the pulseAnimation = .backing animation, the only difference is it wouldn't delay the fade in. It would instantly highlight and then fade out using an animation once the user stops touching the view.
I know this doesn't have much to do with Material Design and rather a more iOS-y animation, but this would be perfect for my existing project.
The text was updated successfully, but these errors were encountered:
Hey, here is the commit for your feature request. It will be out shortly in Material 2.5.0 :) Currently the new animation is called tap and is set like so, pulseView.pulseAnimation = .tap.
Hey there,
Any chance you'd consider adding a "new" type of animation? Basically I'd like the PulseView to have the same effect as if it was a standard iOS UITableViewCell highlight. This means it would instantly highlight the view when the user touches it, and then deselect with an animation.
It's pretty much exactly the same as the
pulseAnimation = .backing
animation, the only difference is it wouldn't delay the fade in. It would instantly highlight and then fade out using an animation once the user stops touching the view.I know this doesn't have much to do with Material Design and rather a more iOS-y animation, but this would be perfect for my existing project.
The text was updated successfully, but these errors were encountered: