CSS Only Animated horse of course.
Click / touch the horse to slow things down.
A lot of help from this video https://www.youtube.com/watch?v=oxjt_xyjkrU
CSS Only Animated horse of course.
Click / touch the horse to slow things down.
A lot of help from this video https://www.youtube.com/watch?v=oxjt_xyjkrU
| /** | |
| * VideoTrailer Module Factory | |
| * | |
| * This module creates instances of the VideoTrailer module. | |
| * A splash screen image is shown by default. When the user clicks on that, the video HTML is loaded into the wrapper element. | |
| * | |
| * Expects params object in this structure: | |
| { | |
| html: "<iframe src="http://video.ldn.timeout.com/video/THE-GRAND-BUDAPEST-HOTEL-Offici/player?layout=&read_more=1" width="668" height="400" frameborder="0" scrolling="no"></iframe>" | |
| } |