A Vue component that creates a 3D pin effect with hover animations.
Slot | Description |
---|---|
default | Content for the main card. |
pin | Content for the pin element. |
Event | Description |
---|---|
mouseenter | Emitted when the mouse enters the component. |
mouseleave | Emitted when the mouse leaves the component. |
You can customize the appearance of the ThreeDPin component:
<style>
section to change colors, sizes, and animation properties.mouseenter
and mouseleave
events.The ThreeDPin component uses CSS 3D transforms and animations. Ensure that your target browsers support these features for the best experience.