This seems like a really basic question that has been surprisingly hard to find an answer to.
CABasicAnimations set up with "affineTransform" as the keypath haven't worked for me, and in a bunch of places I've seen people eventually resorting to use CATransform3D instead with the "transform" keypath. Sure that's a hint, but it would be good to have confirmation if "affineTransform" is meant to work or not?