jquery - using aimated gifs in a slider -


i using slider http://jacksbox.de/stuff/jquery-fractionslider/ , want have animated gifs within slides. need gifs loaded in when slide active play once (not looping)

any ideas?

thanks

you place placeholder <img src="blank.gif" /> , preload gifs, when slide shown swap src attribute


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -