Sica
Sica copied to clipboard
:deer: Simple Interface Core Animation. Run type-safe animation sequencially or parallelly
Results
1
Sica issues
Sort by
recently updated
recently updated
newest added
When `.run(type: .parallel)` is executed after setting `delay` greater than 0 for `add**Animation`, the animation terminates in the middle. I guessed that this is because the `beginTime` (=delay) is not...