blob: 7f9026ad6edeae45dd626a7a47742fa11600b126 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: rect
bounds: key(rect.pos)
color: key(anim.color)
- type: box-shadow
bounds: [ 100, 300, 100, 100 ]
blur-radius: 3
border-radius: 10
color: blue
clip-mode: outset
offset: key(bs.offset)
|