Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bob-lee/vue-text-slide


https://github.com/bob-lee/vue-text-slide

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vue-text-slide

Vue component `TextSlide` to animate text changes with default or custom styles. Whenever your data property changes, the component will animate leaving / entering values.

[Demo](https://codesandbox.io/s/vue-text-slide-demo-zlq32)

vue-text-slide demo

```

```

Default styles can be overriden like:

```

```

## optional props

- `styles`, an object to style the component's outer box
- `styles-inner`, an object to style the component's inner box
- `distance-x`, to override the default translateX amount `5%`
- `data-key`, optional to make each component unique for application that uses multiple components