css3

 @-webkit-keyframes anLoca {
from {
	-webkit-transform: scale3d(1, 1, 1);
}
to {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
}
 }

.indexLeft img {
-webkit-animation: anLoca 1s;
-webkit-animation-iteration-count: 10000;
-webkit-animation-direction: alternate;
 }

html

 <div class="indexLeft WrapTit">
	<img src="fishstyle/images/40539907493374194.gif" alt="" />
 </div>

相关文章:

  • 2022-12-23
  • 2021-04-13
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2022-01-02
  • 2021-12-18
  • 2021-07-24
  • 2021-04-30
  • 2021-07-20
  • 2021-09-30
相关资源
相似解决方案