Skip to content

1.2.0

Choose a tag to compare

@Redskullvue Redskullvue released this 15 Oct 07:44
· 4 commits to main since this release
e4de934

🌀 Vue Transify v1.2.0 — “Smooth Page Journeys” :
Released: October 2025
🚀 New Features

Page Transition Helper:
A new component built on top of Vue Router’s ,
enabling effortless page-to-page animations with just one line of code.

<template>
  <PageTransitionHelper mode="out-in" />
</template>

Route-based Animations:
Define custom animations per route using meta.transition:

{
  path: '/about',
  component: AboutView,
  meta: { transition: 'slideInUp' }
}

What's Changed

Full Changelog: v1.1.1...v1.2.0