the above picture is colored by default. How to specify a different color through the filter? I tried that it can only be overall gray, can I make it green, red, coffee, and other colors? Wait online, ask for advice, kneel down and thank Demo please
the above picture is colored by default. How to specify a different color through the filter? I tried that it can only be overall gray, can I make it green, red, coffee, and other colors? Wait online, ask for advice, kneel down and thank Demo please
<style>
.animate1 {
-webkit-animation: filter-animation 5s infinite;
}
@-webkit-keyframes filter-animation {
0% {
-webkit-filter: sepia(0) saturate(2) drop-shadow(0px 0px 0px rgba(0,0,0,0));
}
50% {
-webkit-filter: sepia(1) saturate(8) drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
100% {
-webkit-filter: sepia(0) saturate(2) drop-shadow(10px 10px 15px rgba(0,0,0,0.9));
}
}
</style>
<img class="animate1" src="http://lsly1989.qiniudn.com/scsacasgbgjtuyhead.png">
Previous: Problems with Custom Verification in Tp5
Next: Launch Application and report this error, tomcat service stopping.