Add new MFM animation
This commit is contained in:
parent
666c8c0498
commit
09cab605fc
5 changed files with 33 additions and 0 deletions
|
|
@ -125,6 +125,12 @@ export default defineComponent({
|
|||
}, genEl(token.children));
|
||||
}
|
||||
|
||||
case 'twitch': {
|
||||
return h('span', {
|
||||
style: this.$store.state.device.animatedMfm ? 'display: inline-block; animation: anime-twitch 0.5s ease infinite;' : 'display: inline-block;'
|
||||
}, genEl(token.children));
|
||||
}
|
||||
|
||||
case 'url': {
|
||||
return [h(MkUrl, {
|
||||
key: Math.random(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue