maxwellito / vivus

JavaScript library to make drawing animation on SVG
MIT License
15.19k stars 1.13k forks source link

reverseStack dosnt work #220

Closed zdimaz closed 5 years ago

zdimaz commented 5 years ago

Line view bottom-left to right-top, I wont go to reverse view init start My code

        if($("#curve_line1").length){

            var curve = new Vivus('curve_line1', {
                reverseStack: true,
                type: "oneByOne",           // delayed, sync, oneByOne, script, scenario or scenario-sync
                file: "./images/curve-line.svg",
                duration: 200,
            });

        };
maxwellito commented 5 years ago

Hi @zdimaz, I'm afraid your ticket doesn't follow the guidelines from the issue template. Please provide a Plunker/JSfiddle and steps to reproduce your problem. Thanks.