Animation (#355)

This commit is contained in:
Arthur Sonzogni
2022-03-13 18:51:46 +01:00
committed by GitHub
parent 95c766e9e4
commit 4da63b9260
43 changed files with 2439 additions and 654 deletions

View File

@@ -1,6 +1,8 @@
set(DIRECTORY_LIB component)
example(button)
example(button_animated)
example(button_style)
example(canvas_animated)
example(checkbox)
example(checkbox_in_frame)
@@ -16,9 +18,11 @@ example(maybe)
example(menu)
example(menu2)
example(menu_entries)
example(menu_entries_animated)
example(menu_in_frame)
example(menu_multiple)
example(menu_style)
example(menu_underline_animated_gallery)
example(modal_dialog)
example(nested_screen)
example(print_key_press)