0xLeif / 0xLeif/LayerKit

Implement Animations

Ouverte
#2 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.