Closed zzz6519003 closed 9 years ago
Thanks! That's just creating an array that can hold anything that conforms to the Animatable
protocol. That means it's something we can call animate(time)
on. Basically, it's an array that can hold any type of animation that will be animated together.
thx! so this part [Animatable]
means somthing conforms to protocol!
and () create the array?
:beer: