Skip to content

v-filcker

功能介绍

元素闪烁

示例

使用

typescript
<template>
  <div
    v-flicker
    :style="{
      width: '100px',
      height: '100px',
      borderRadius: '5px',
      background: 'blue',
    }"></div>
</template>

Released under the MIT License.