-
We'd like to experiment with using DirectComposite and CoreAnimation, to see what benefits there would be.
We think that a good way to prototype an initial implementation would be to implement Dire…
-
I think CoreAnimation treats reverse animations as a whole and calls `animationDidStart` and `animationDidStop` only once, but I can be wrong. POP calls start and stop twice for reverse animations, be…
-
I see podspec has 2.0.1 version, but 2.0.1 result can not be searched
Cocoapods version: 1.2.1
I do something, such as 'pod setup', ' rm ~/Library/Caches/CocoaPods/search_index.json'. But it do not …
ghost updated
6 years ago
-
Hi,
first of all thanks for making MBCoverFlowView open source!
Unfortunately I'm fairly new to CoreAnimation and drawing in 2.5D.
So I'd just like to file a bug report for a bug that happens whenev…
-
Hi,
Testers on real phones and simulators (including me) are seeing a hang in swiping that does not occur on iOS 13.
At the same time, the log is spammed with these messages:
```
2021-04-1…
-
Hi!
My app doing render stuff in separate thread (not main), and when I try to run it with env var CA_ASSERT_MAIN_THREAD_TRANSACTIONS=1 (Xcode Instruments run it like this), I see crash in [this li…
-
Will use this thread to jot down ideas for how the L2 content should look.
Recall that someone with an L2 understanding is creating their own Directors using Material Motion plans. This person is *…
-
Consider the following interaction:
```swift
let spring = Spring(threshold: 0.01, system: coreAnimation)
spring.initialVelocity.value = 10
spring.destination.value = 1
runtime.add(spring, to: r…
-
Downloaded this beautiful set of samples, and of course I was immediately blocked by hostile Xcode 12.4, MacOS 11.x iOS 15 and all the changes and deprecations.
Happily, your project was so clean a…
-
I often find that every time the scripts are executed it happens very slowly. Like the screen draws from the bottom up, and you can watch it draw itself. Is this a known bug? I don't see it referenced…