星火官网,前端页面(前台)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

transform.js 160B

123456
  1. $(function () {
  2. setTimeout(function() {
  3. $(".translateY_30").addClass("original_point");
  4. $(".original_img").addClass("rotate_img");
  5. }, 500);
  6. });