Skip to content

Instantly share code, notes, and snippets.

@Jorybraun
Jorybraun / BlindsCarousel.vue
Created June 23, 2018 08:48
carousel with blinds
<template>
<div class='carousel'>
<svg width="100%" viewBox="0 0 100vw 100vh">
<transition-group tag='g'
appear
appear-class="reveal"
ref='svg'
name='blinds'
@after-enter='afterEnter'
@after-leave='afterLeave'>
@Jorybraun
Jorybraun / Vertical Carousel
Last active February 2, 2022 17:47
A vertical Thumbnail Carousel that works along side with owl carousel