This is an image slider developed with vue open in new window 2 which comes with 20 cool transitions out of the box.
# DemoYou can view a demo here open in new window.
# Features Feature Description Responsive The slider and the images are adapted to container to fill it always Compatibility Supported by all major browsers Expandable You can add your custom transitions very easily Customization Total customizable to suit most needs Gestures Mobile friendly by gestures Functionality You can use arrow keys to navigate. Switch to full screen Parallax It includes a parallax component very easy to set up # Quick startnpm install --save vue-flux@previous
<vue-flux
:options="fluxOptions"
:images="fluxImages"
:transitions="fluxTransitions"
ref="slider">
<flux-pagination slot="pagination"></flux-pagination>
</vue-flux>
<button @click="$refs.slider.show('next')">NEXT</button>
import { VueFlux, FluxPagination, Transitions } from 'vue-flux';
export default {
components: {
VueFlux,
FluxPagination
},
data: () => ({
fluxOptions: {
autoplay: true
},
fluxImages: [ 'URL1', 'URL2', 'URL3' ],
fluxTransitions: {
transitionBook: Transitions.transitionBook
}
})
}
# Performance
Weight is just 111KB so is pretty light having only the essential CSS. It also does not require a high end computer as animations are performed with CSS3 hardware acceleration.
# Included transitions # 2D transitions<flux-parallax src="slides/1.jpg" height="300px" offset="80%" type="relative">
<div>CONTENT</div>
</flux-parallax>
# Troubleshooting
If you find yourself running into issues during installation or running the slider, please check our documentation open in new window. If still needs help open an issue open in new window. We would be happy to discuss how they can be solved.
# DocumentationYou can view the full documentation at the project's documentation open in new window with examples and detailed information.
# ChangelogCheck the changelog for update info.
# InspirationThis slider was inspired by Flux Slider open in new window.
# ContributingContributions, questions and comments are all welcome and encouraged.
Do not hesitate to send me your own transitions to add them to the slider.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4