Ajax Loader
×
HTML
<img id="bird" src="https://static1.squarespace.com/static/54df85cde4b065fefa528754/5565cdc0e4b005b8fbc754d9/56bdd62c37013b1c4da600ca/1455281716403/Screen+Shot+2016-02-12+at+13.54.16.png?format=1500w" style="height:600px;"/>
1
<img id="bird" src="https://static1.squarespace.com/static/54df85cde4b065fefa528754/5565cdc0e4b005b8fbc754d9/56bdd62c37013b1c4da600ca/1455281716403/Screen+Shot+2016-02-12+at+13.54.16.png?format=1500w" style="height:600px;"/>
 
CSS
https://static1.squarespace.com/static/54df85cde4b065fefa528754/5565cdc0e4b005b8fbc754d9/56bdd62c37013b1c4da600ca/1455281716403/Screen+Shot+2016-02-12+at+13.54.16.png?format=1000w
1
https://static1.squarespace.com/static/54df85cde4b065fefa528754/5565cdc0e4b005b8fbc754d9/56bdd62c37013b1c4da600ca/1455281716403/Screen+Shot+2016-02-12+at+13.54.16.png?format=1000w
2
 
3
 
4
https://static1.squarespace.com/static/54df85cde4b065fefa528754/5565cdc0e4b005b8fbc754d9/56389da1e4b0facc12854c93/1446551036967/031115_clip_2.gif?format=1500w
5
 
6
 
 
JavaScript
var bird = document.getElementById('bird'),
1
var bird = document.getElementById('bird'),
2
    bird_gif = 'https://static1.squarespace.com/static/54df85cde4b065fefa528754/5565cdc0e4b005b8fbc754d9/56389da1e4b0facc12854c93/1446551036967/031115_clip_2.gif?format=1500w';
3
 
4
bird.onclick = function() {
5
    bird.src = bird_gif;
6
}
 

Press to play GIF

CSSDeck G+