mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
jQuery(document).ready(function () {
|
||||
let rotation = 0;
|
||||
jQuery("img").click(function () {
|
||||
rotation += 360;
|
||||
jQuery("img").css({'transform': 'rotate(' + rotation + 'deg)'});
|
||||
});
|
||||
});
|
||||
let rotation = 0
|
||||
jQuery("img").click(function () {
|
||||
rotation += 360
|
||||
jQuery("img").css({ transform: "rotate(" + rotation + "deg)" })
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user