slint/examples/orbit-animation/README.md
Nigel Breslaw bdf20488b0
Orbit Animation Example
Show how a simple orbit animation can be achieved via the trigonometry functions
2024-09-30 21:47:46 +03:00

9 lines
No EOL
656 B
Markdown

<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
![Orbit Animation Screenshot](https://github.com/user-attachments/assets/a06bd1b3-fbb0-4b90-91c7-0a3fc181aae0)
# Orbit Animation Demo
Demonstrates how to fake orbit animations using Slint's trigonometric math functions.
[Online Preview](https://slint.dev/snapshots/master/editor/preview.html?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/orbit-animation/demo.slint)
[Online code editor](https://slint.dev/snapshots/master/editor/index.html?load_url=https://raw.githubusercontent.com/slint-ui/slint/master/examples/orbit-animation/demo.slint)