動きのあるMFMを無効にするオプションを実装

This commit is contained in:
syuilo
2018-08-04 22:48:35 +09:00
parent daed63d66c
commit 9a2ff56a79
4 changed files with 17 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ export default Vue.component('misskey-flavored-markdown', {
attrs: {
style: 'display: inline-block; font-size: 200%;'
},
directives: [{
directives: [this.$store.state.settings.disableAnimatedMfm ? {} : {
name: 'animate-css',
value: { classes: 'tada', iteration: 'infinite' }
}]