add fade to animated mfm tags
This commit is contained in:
@@ -17,6 +17,7 @@ export function checkAnimationFromMfm(nodes: mfm.MfmNode[]): boolean {
|
||||
node.props.name === 'bounce' ||
|
||||
node.props.name === 'rainbow' ||
|
||||
node.props.name === 'sparkle' ||
|
||||
node.props.name === 'fade' ||
|
||||
node.props.name === 'followmouse') {
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user