javascript Rotar un elemento HTML una cantidad de grados con css

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Rotar un elemento HTML una cantidad de grados con css相关的知识,希望对你有一定的参考价值。

function rotateElementDegrees(options) {
    /**
    * Defaults options
    * round: true
    */
    if (typeof options != "undefined" && options.hasOwnProperty("selector")
        && options.hasOwnProperty("rotationDegree")) {
        if (options.hasOwnProperty("round") && options.round == false) {
            rotationDegree = rotationDegree;
        } else {
            rotationDegree = Math.round(rotationDegree);
        }

        if (options.hasOwnProperty("debug") && options.debug == true) {
            console.log("Wind degrees: " + rotationDegree);
        }

        $(selector).css('transform', 'rotate(' + rotationDegree + 'deg)');
        document.getElementById("wind-value").innerHTML = rotationDegree;

        return true;
    }

    return false;
}

// Ejemplo de uso:
var rotated = rotateElementDegrees({
    "selector": "#wind-arrow-original",
    "rotation": lastLine.nowcasting.fm_wind_degree
});

if (rotated) {
    alert("Rotado");
} else {
    alert("Error al rotar");
}

以上是关于javascript Rotar un elemento HTML una cantidad de grados con css的主要内容,如果未能解决你的问题,请参考以下文章

JavaScript 提交un formulario hacia un popup

javascript random_elem_code

javascript数组去重

javascript agregar javascript en un documento

javascript lanzar un动态动作自定义,desde javascript

JavaScript Javascript - Listar propiedades de un objeto