Skip to content

v-filcker

Function Introduction

Element flicker

Example

Usage

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

Released under the MIT License.