New KeyPath syntax for old CAKeyframeAnimation(keyPath: #keyPath(CALayer.position))

The new syntax would be \CALayer.position. Of course easy cut and paste into CAKeyframeAnimation(keyPath: #keyPath(CALayer.position)) won't work. What will?

New KeyPath syntax for old CAKeyframeAnimation(keyPath: #keyPath(CALayer.position))
 
 
Q