Logo Origami
Animated flipping logo with origami effect.
通过 CLI 安装
手动安装
在同一个文件中,复制并粘贴以下代码:
API
Prop 名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
class | string | "" | Additional CSS classes for custom styling. |
duration | number | 1.5 | Duration of the flip animation in seconds. |
delay | number | 2.5 | Delay between flip animations in seconds. |
功能特性
- Origami Flip Animation: Animates flipping between multiple child components with an origami-style effect.
- Customizable Timing: Adjust the
duration
anddelay
props to control the animation speed and interval. - Slot-Based Content: Accepts multiple child components or content via default slots.
- Responsive Design: Designed to adapt to various screen sizes and devices.
- Easy Integration: Simple to include in your Vue projects with minimal setup.
感谢
- Inspired by origami animations and flip effects at hover.dev