-
Updated
May 14, 2020 - Swift
transition-animation
Here are 134 public repositories matching this topic...
Repeating gradient
We could add easily repeating gradient
We can find the concept in css
https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_gradient-linear_repeating2
https://developer.apple.com/library/content/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Gradients/Gradient.html
We need for that the number of repetitions
We could add parameter to the GradientMode or I prefer
-
Updated
May 6, 2020 - JavaScript
-
Updated
Jul 5, 2017 - Objective-C
Thanks for a great library!
In my use case, I am using FlipMove to animate a list of items up to 100 items that can be filtered down to none instantly or filtered differently, in rapid succession . As documented, this causes some weird glitches with FlipMove.
Is there anything I can do avoid this? Perhaps updating the array batchwise, with a small delay between groups? Or even delay each
-
Updated
Apr 13, 2020 - Swift
-
Updated
Mar 19, 2019 - Java
-
Updated
May 23, 2020 - TypeScript
-
Updated
Nov 30, 2019 - CSS
-
Updated
Sep 1, 2019 - Java
-
Updated
May 2, 2020 - Swift
-
Updated
May 8, 2020 - Swift
-
Updated
Sep 28, 2019 - JavaScript
-
Updated
Jul 7, 2018 - Swift
-
Updated
Mar 27, 2020 - Objective-C
-
Updated
May 25, 2020
-
Updated
May 26, 2019 - Swift
-
Updated
Oct 22, 2019 - Swift
-
Updated
Aug 2, 2019 - Swift
-
Updated
Oct 20, 2018 - Java
-
Updated
Oct 22, 2015 - Java
-
Updated
Aug 11, 2019 - Java
-
Updated
Mar 16, 2020 - Swift
-
Updated
Apr 19, 2020 - Kotlin
-
Updated
Aug 31, 2016 - Swift
-
Updated
Dec 10, 2018 - Swift
Improve this page
Add a description, image, and links to the transition-animation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transition-animation topic, visit your repo's landing page and select "manage topics."
What did you do?
Using the City Guide example
What did you expect to happen?
If I select a cell (say Toronto) I expect Toronto to be the cell that performs the 'present modally' segue animation
What happened instead?
instead another random cell expands
General Information
iOS Version(s): 13
Swift Version: 5
Devices/Simulators: iphone x
Reproducibl