tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

animated.yaml (269B)


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