tor-browser

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

backface-perspective-ref.yaml (375B)


      1 root:
      2  items:
      3    - type: stacking-context
      4      bounds: 0 0 300 100
      5      transform-style: flat
      6      perspective: 100
      7      items:
      8      - type: stacking-context
      9        bounds: 0 0 100 100
     10        transform-style: flat
     11        transform: rotate-y(-120)
     12        backface-visible: true
     13        items:
     14        - type: rect
     15          bounds: 0 0 100 100
     16          color: red