Implement Animations
Aperta
enhancement
- Lingua principale
- Swift
- Stelle
- 8
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```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.
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.