pointlinejs
    Preparing search index...

    Type Alias AnimationType

    type AnimationType = {
        connectorsAnimation: string;
        connectorsSpeed: number;
        nodeAnimation: string;
        nodeSpeed: number;
    }
    Index

    Properties

    connectorsAnimation: string

    connectorsAnimation accepts one of Raphael.easing_formulas or CSS format: cubic‐bezier(XX, XX, XX, XX) Performance Hint: In order to animate nodes with hardware-accelerated transitions use jquery.transition.js plugin

    connectorsSpeed: number
    nodeAnimation: string

    nodeAnimation accepts one of jquery.easing functions. jquery.easing plugin needs to be included.

    nodeSpeed: number

    How the chart animates can be fully customised. Here, animation speed and animation functions can be set. jQuery is required in oreder for animations to work.