Partial documentation for transitions

This commit is contained in:
Nic Barker 2026-03-30 15:46:40 +11:00
parent fa97ab6a27
commit 13d0cb503c
3 changed files with 229 additions and 5 deletions

View file

@ -16,6 +16,6 @@ int main(void) {
CLAY_AUTO_ID({ .layout = layoutElement, .backgroundColor = {255,255,255,0} }) {
CLAY_TEXT(CLAY_STRING(""), CLAY_TEXT_CONFIG({ .fontId = 0 }));
}
Clay_EndLayout();
Clay_EndLayout(0);
return 0;
}