Advertisement
rehannali

CABasicAnimationKeyList

Sep 28th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 1.18 KB | None | 0 0
  1. CABasicAnimationKeyList
  2.  
  3. anchorPoint
  4. backgroundColor
  5. backgroundFilters
  6. borderColor
  7. borderWidth
  8. bounds
  9. compositingFilter
  10. contents
  11. contentsRect
  12. cornerRadius
  13. doubleSided
  14. filters
  15. frame
  16. hidden
  17. mask
  18. masksToBounds
  19. opacity
  20. position
  21. shadowColor
  22. shadowOffset
  23. shadowOpacity
  24. shadowPath
  25. shadowRadius
  26. sublayers
  27. sublayerTransform
  28. transform
  29. zPosition
  30. CAEmitterLayer animatable properties:
  31.  
  32. emitterPosition
  33. emitterZPosition
  34. emitterSize
  35. CAGradientLayer animatable properties:
  36.  
  37. colors
  38. locations
  39. endPoint
  40. startPoint
  41. CAReplicatorLayer animatable properties:
  42.  
  43. instanceDelay
  44. instanceTransform
  45. instanceRedOffset
  46. instanceGreenOffset
  47. instanceBlueOffset
  48. instanceAlphaOffset
  49. CAShapeLayer animatable properties:
  50.  
  51. fillColor
  52. lineDashPhase
  53. lineWidth
  54. miterLimit
  55. strokeColor
  56. strokeStart
  57. strokeEnd
  58. CATextLayer animatable properties:
  59.  
  60. fontSize
  61. foregroundColor
  62. CATiledLayer animatable properties:
  63.  
  64. I feel like tileSize is animatable, but documentation doesn't agree.
  65. CATransform3D Key-Value Coding Extensions:
  66.  
  67. rotation.x
  68. rotation.y
  69. rotation.z
  70. rotation
  71. scale.x
  72. scale.y
  73. scale.z
  74. scale
  75. translation.x
  76. translation.y
  77. translation.z
  78. CGPoint keyPaths:
  79.  
  80. x
  81. y
  82. CGSize keyPaths:
  83.  
  84. width
  85. height
  86. CGRect keyPaths:
  87.  
  88. origin
  89. origin.x
  90. origin.y
  91. size
  92. size.width
  93. size.height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement