# MinaCoding2026_Green2

# SwayingLeaves

**For *MinaCoding2026,* Day** *11: Green,Day 24: Time,*  **SwayingLeaves**  is a **Locomotion** Coded Sketch that showcases a group of leaves moving a bit in Unison

## Video

%[https://youtu.be/2SKvC_vw1Zw] 

## Code

```ruby
b n = dancer {url= "Camille", size= sin(n/250) + range 0.5 1.2 (osc 0.5), animation=[1,n,1,n+1,1,n+3], dur= 10,z = -9, x= n/5 + range -4 4 (osc 0.15), y=((-1) /n ) / 2, z= 2/n + n,ry = n*90, rx = range -90 50 (osc 0.1)};for [0..15] b;
```
