vue-dynamic-marquee
Version:
Marquee component for Vue - repeatedly translate content across wrapper. Completely responsive to after-render changes with many options to customize.
14 lines (13 loc) • 348 B
TypeScript
import Vue from 'vue';
declare const _default: import("vue/types/vue").ExtendedVue<Vue, unknown, unknown, {
axis: string;
widthOrHeight: "height" | "width";
initialPosition: object;
transform: object;
}, {
progress: number;
direction: string;
reverse: boolean;
wrapperDirection: string;
}>;
export default _default;