Skip to content

How to include weblink in an animation shortcode? #2

Discussion options

You must be logged in to vote

The following was added to README and example document.

To note, animating clickable elements is not really something anyone should do.

The following won't work:

{{< animate bounce "[HTML](https://m.canouil.fr/quarto-animate/)" >}}

But this will:

[[HTML](https://m.canouil.fr/quarto-animate/)]{.animate__animated .animate__bounce style="display:inline-block;"}

Or:

::: {.animate__animated .animate__bounce}
[HTML](https://m.canouil.fr/quarto-animate/)
:::

See https://animate.style/ for more details.

PS: no need to ping when creating issues/discussions/PRs. 😉

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by camilogarciabotero
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants