Implement Animations
Ouverte
enhancement
- Langage dominant
- Swift
- Étoiles
- 8
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
```swift
func add(CAAnimation, forKey: String?)
Add the specified animation object to the layer’s render tree.
func animation(forKey: String) -> CAAnimation?
Returns the animation object with the specified identifier.
func removeAllAnimations()
Remove all animations attached to the layer.
func removeAnimation(forKey: String)
Remove the animation object with the specified key.
func animationKeys() -> [String]?
Returns an array of strings that identify the animations currently attached to the layer.
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.