使用到的工具:jQuery Ripples Plugin

$(function() {
$('.pool').ripples({
	  resolution: 512,
	  dropRadius: 20,
	  perturbance: 1,
	});
});

点击查看效果

需要注意的是

  • 该工具不能用在移动端上
  • 该工具只能作用在有背景图片的元素中

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-10-03
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-04
  • 2021-11-04
  • 2022-02-10
  • 2022-01-22
  • 2021-11-28
  • 2022-12-23
  • 2022-01-03
相关资源
相似解决方案