Releases: Redskullvue/vue-transify
1.3.0
🌀 Vue Transify v1.3.0 — "Make User Pay Attention To You ! "
Released: November 2025
6 New Attention Animations : Pulse , Flash , ShakeX , ShakeY , Tada , Swing
1 New Prop For Customization : iteration : How many times animation will repeat (Only for attention animations).
NOTE : Attention animations are just CSS and not based on <Transition> component
1.2.0
🌀 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
- Added Page Transtion On Top Of router-view by @Redskullvue in #4
Full Changelog: v1.1.1...v1.2.0
1.1.1
Removed Force Absolute Position
Full Changelog: v1.1.0...v1.1.1
1.1.0
New Animations : FlipX and FlipY added
1.0.0
Demo Playground Website Added !
Users can checkout the animations and try them online before adding to project !
0.9.1
Full Changelog: https://github.com/Redskullvue/vue-transify/commits/v0.9.1