- XF兼容
- 2.2.x
安装后,将以下内容添加到您的 extra.less 中
[CODE lang="css" title="extra.less"].js-typers {
&.is-active {
opacity: 1;
max-height: 1000px;
transition: all .5s ease-in-out;
}
margin-bottom: @xf-elementSpacer;
}
.user-card {
text-align: center;
}
.dots {
display: block;
}
.js-typesText:after {
content: "\00a0";
}
opacity: 0;
max-height: 0;
margin-bottom: 0;
transition: all .3s ease-in-out;
}[/CODE]
无需配置其他内容,只需安装即可,它就可以工作了,尽管您可以使用 2 个选项进行调整。