Implement Animations
Abierto
enhancement
- Lenguaje dominante
- Swift
- Estrellas
- 8
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```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.
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.