Slide 45
Slide 45 text
burrito.animate([
.scale(to: burrito.frame.size * 1.5, duration: 0.3),
.move(to: basket.center, duration: 0.3)
])
burrito.animate(inParallel: [
.scale(to: burrito.frame.size * 0.5, duration: 0.3),
.fadeOut(duration: 0.3)
])
basket.animate([
.scale(to: basket.frame.size * 1.5, duration: 0.3),
.scale(to: basket.frame.size, duration: 0.3)
])
iHungry
0 1 2
3 4 5
6
7
8
9 : ;
< = >