+ 2
Can we animate Pictures in HTML? If yes, than how?
7 Réponses
+ 9
@keyframes
*_*
but u cant save it as.gif
+ 5
Simple solution: use an animated gif.
However, what type of animating are you talking about? An animated picture or simply a still-frame image that you're trying to animate in other ways?
+ 5
You can animate any HTML element as long as it's a child of <body>
+ 5
<img src="file:///
is a local file link, only local host phone can load the image. We all cannot see your image.
+ 4
I ve put together some common image edit stuffs here , I have lot more to add but since community lost interest to it , I started procrastinating, you can specify in the comments what special animation u want I ll add it to the code, I wanted it to make one stop solution for all image problems but not getting time these days ,
https://code.sololearn.com/WtmaPIKZl5RL/?ref=app
+ 2
https://code.sololearn.com/WF8fCHgu392R/?ref=app