飞鸟图

# 基础用法

下面是飞鸟图的基础用法。

<template>
  <div class="t-flying-birds-area">
    <as-animation-flying-birds>
    </as-animation-flying-birds>
  </div>
</template>

<script>
export default {
  name: "t-flying-birds"
}
</script>

<style>

</style>
Expand Copy

# Attributes

参数 说明 必填
text-color 文字颜色,类型为String,默认为#FFFFFF。
show-content 是否显示文字,类型为Boolean,默认为true。
content 文字内容,类型为String,默认为animation。
font-size 字体大小,类型为Number,默认为48,单位为px