zmk/app/dts/bindings/animations/animation_base.yaml
2023-06-21 12:41:26 +02:00

22 lines
463 B
YAML

# Copyright (c) 2020, The ZMK Contributors
# SPDX-License-Identifier: MIT
properties:
pixels:
type: array
required: true
description: |
Pixel positions to which the animation should apply.
blending-mode:
type: string
enum:
- "normal"
- "multiply"
- "lighten"
- "darken"
- "screen"
- "subtract"
default: "normal"
description: |
Blending mode for the animation to use during render.