makepad-example-ui-zoo 1.0.0

Makepad ui-zoo example
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Image
Displays pixel images.

### Attributes
- animation (ImageAnimation)
- fit (ImageFit)
    - Size: Original size
    - Stretch: Stretch to fit the parent container
    - Horizontal: Fill the parent container horizontally while keeping the image's aspect ratio ratio
    - Vertical: Fill the parent container vertically while keeping the image's aspect ratio ratio
    - Smallest: Fill the parent container's shorter side and keep the image's aspect ratio.
    - Biggest: Fill the parent container's longer side and keep the image's aspect ratio.
- min_width (float)
- min_height (float)
- source (LiveDependency)
- width_scale (float)
- visible (bool)