Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa committed Sep 5, 2024
1 parent 6fa1c8e commit 33f4a79
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 166 deletions.
7 changes: 7 additions & 0 deletions docs/content/docs/tutorials/extras/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
weight: 300
title: "Extras"
description: ""
icon: "developer_guide"
draft: false
---
8 changes: 8 additions & 0 deletions docs/content/docs/tutorials/extras/animation-keyframes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
weight: 100
title: "Animation Keyframes"
description: ""
icon: "developer_guide"
draft: false
---

17 changes: 17 additions & 0 deletions docs/layouts/partials/custom/param.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{{ $req := "" }}
{{ if .required }}
{{ $req = "required" }}
{{ else }}
{{ $req = "optional" }}
{{ end }}
<dl>
<dt>
<code>{{ .name }}</code>
<span class="text-success fw-light px-2">{{ .type }}</span>
<span class="fs-6 fw-light">{{ $req }}</span>
</dt>
<dd class="mt-2">
<div class="desc"><span class="description">{{ .description | markdownify }}</span></div>
</dd>
</dl>
{{ if .default }}<div class="fw-light mb-3">Default: <span>{{ .default }}</span></div>{{ end }}
243 changes: 77 additions & 166 deletions docs/layouts/shortcodes/anima-declaration.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/layouts/shortcodes/default-duration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[default duration](/docs/anima/constants/#other-constants)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33f4a79

Please sign in to comment.