Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lukas-tr/vue-transition-collection

Repository files navigation

vue-transition-collection

Travis (.com) branch David David Codecov branch GitHub type definitions npm

Easy to use transitions for your vue project.

Demo

Demo

Typedoc

Typedoc

Usage

npm i vue-transition-collection animate.css
import VueTransitionCollection from "vue-transition-collection"
import "animate.css/animate.min.css";
Vue.use(VueTransitionCollection)
<vtc-fade mode="out-in" direction="right" duration="1000" delay="0">
 <div :key="someKey">some content</div>
</vtc-fade>

Available transitions

  • vtc-fade
  • vtc-zoom
  • vtc-bounce
  • vtc-flip
  • vtc-fade-big
  • vtc-rotate
  • vtc-slide

Available props

  • group: boolean - Use <transition-group> instead of <transition>
  • mode: "in-out"|"out-in" - The transition mode
  • direction: "right"|"left"|"up"|"down"|"toggle" - The direction of the transition
  • inverse: boolean - Switch left/right and up/down
  • delay: number - The delay until the transition starts
  • duration: number - The duration of the transition

About

Easy to use transitions for your vue projects

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /