Animated gif as a background-image

Animated gif as a background-image

by Tân Nguyễn

HTML

<input type="text">

CSS

#animated-gif-container {
  /*    
  background-image:url(http://winnerhun.uw.hu/vigyorpofa.gif);
  background-repeat:no-repeat;
  */
        
  width:48px;
  height:48px;    
  
  background: #e0ffc7 url(http://winnerhun.uw.hu/vigyorpofa.gif) no-repeat center center;  
}

JavaScript

setTimeout(function () {console.log(window.getSelection().getRangeAt(0))},2000);