Better_Software_Header_MobileBetter_Software_Header_Web

Find what you need - explore our website and developer resources

A tale of 2 curves

Or the complexity simplicity requires.

NumberAnimation {
        .....
        property: "x"
        duration: 5000
        easing.type: Easing.Linear
        from: 0
        to: 250
        .....
}
NumberAnimation {
        .....
        property: "x"
        duration: 5000
        easing.bezierCurve: [0.33,-0.00625,0.34,1.05,0.52,0.916,0.69,0.778,0.66,0.997,1,1]
        from: 0
        to: 250
        .....
}

NunoPinheiro

Nuno Pinheiro

Senior UI/UX Designer