HTML5+CSS3 realistic water wave animation special effects
@keyframes move_wave {
0% {
Transform: translateX(0) translateZ(0) scaleY(1)
}
50% {
Transform: translateX(-25%) translateZ(0) scaleY(0.55)
}
100% {
Transform: translateX(-50%) translateZ(0) scaleY(1)
}
}
.waveWrapper {
Overflow: hidden;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
}
.waveWrapperInner {
position: absolute;
width: 100%;
Overflow: hidden;
height: 100%;
bottom: -1px;
background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);
}
CSS3 realistic water wave animation effect is a realistic water wave floating animation effect, which can make the web page more dynamic when placed on it.
All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn
Related Article
27 May 2017
This is a very cool pure CSS3 realistic multi-layer cloud animation special effect. This special effect uses multiple transparent cloud PNG images as background images, and uses CSS animation to create the horizontal floating animation effect of clouds..., HTML5 China, China's largest HTML5 Chinese portal.
16 May 2016
The editor below will share with you an HTML5 css3 progress bar countdown animation special effects code [recommended]. Hope it helps everyone. Let’s follow the editor and take a look.
25 Sep 2018
When we browse web pages, we will find that today’s web pages are becoming more and more beautiful, and many animation special effects are becoming more and more cool. This is inseparable from the in-depth development of HTML5 and CSS3. Today we are going to share a text effect based on HTML5 and CSS3 - particle effect text animation effect. The content of this article is about how to use HTML5+css3 to achieve particle effect text animation special effects. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
04 Mar 2017
This is a 3D water wave animation special effect based on HTML5. Its effect is very realistic. The stones in the pool are sinking and floating in the water, creating layers of water waves. At the same time, we can drag the mouse to browse the pool from different perspectives, and the 3D effect is very good. In addition, we can press the "G" key to make the stones in the pool float up and down, and press the "L" key to add lighting effects. The design is quite perfect. At the same time, please note that this 3D water wave animation is based on WebGL rendering technology. You can learn about WebGL. Online demo source code download HTML code <img id='tiles' src='tiles.jp..
16 May 2016
This article mainly introduces the multi-view 3D realistic HTML5 water wave animation. Its effect is very realistic. The stones in the pool are sinking and floating in the water, creating layers of water waves. At the same time, we can drag the mouse to browse the pool from different perspectives. The 3D effect is very good. Interested friends can refer to it.
01 Mar 2019
In the process of web design, we often use some HTML5 special effects codes. Here are some cool and practical HTML5 special effects codes compiled and shared by php Chinese website. You can feel free to use them in your applications.
15 Jun 2017
Applications based on HTML5 are now very widespread. Today we will share with you 20 very gorgeous HTML5/CSS3 application plug-ins. Hope you all like it and share it with your friends. 1. HTML5 video breaking and reorganization special effects. Powerful visual impact. There are many HTML5 video players, but HTML5 video special effects are still rare. This HTML5 video breaking and reorganization special effect is very exciting and gives people a strong visual impact. Click anywhere in the video, and HTML5 will break these areas into pieces. After a while, these broken video fragments will automatically reassemble...
15 Jun 2017
Applications based on HTML5 are now very widespread. Today we will share with you 20 very gorgeous HTML5/CSS3 application plug-ins. Hope you all like it and share it with your friends. 1. HTML5 video breaking and reorganization special effects. Powerful visual impact. There are many HTML5 video players, but HTML5 video special effects are still rare. This HTML5 video breaking and reorganization special effect is very exciting and gives people a strong visual impact. Click anywhere in the video, and HTML5 will break these areas into pieces. After a while, these broken video fragments will automatically reassemble...
09 Mar 2017
Applications based on HTML5 are now very widespread. Today we will share with you 20 very gorgeous HTML5/CSS3 application plug-ins. Hope you all like it and share it with your friends. 1. HTML5 video fragmentation and reorganization special effects, powerful visual impact. There are many HTML5 video players, but HTML5 video special effects are still rare. This HTML5 video fragmentation and reorganization special effect is very exciting and gives people a strong visual impact. Click anywhere in the video, and HTML5 will break these areas into pieces. After a while, these broken video fragments will automatically reassemble. It is a very good HTML5 video..
Hot Tools
HTML5 Canvas heart fluttering animation special effects
HTML5 Canvas heart fluttering animation special effect is a generated animation that can be directly opened with a browser to see a heart.
H5 panda bouncing game source code
HTML5 Mobile Panda is also a crazy game source code. Game description: Press and hold the screen to adjust the strength of the panda spring and jump to the stone pillar. The game ends if you fall into the river.
HTML5 Valentine's Day box animation special effects
Based on svg, draw animations of opening love box gifts on Valentine's Day, and special effects of love box animation.
H5 3D rolling ball game source code
HTML5 cool 3D ball rolling mobile game code download. Game introduction: A colored ball rolls, and the current track of the colored ball is controlled by dragging it with the mouse or the touch screen of the mobile phone. This is a simple and easy-to-operate mobile game source code.