Earlier quoted context omitted.
None that works with current browsers implantations, because they erroneous ignore no delay between frames and wait anyway. But that's a bug in the gif decoder, not a limitation of gif. OK, this is hairsplitting, but it illustrates how borken the state of gif is.
Actually, regarding the delay, the spec reads "vii) Delay Time - If not 0, this field specifies the number of hundredths (1/100) of a second to wait before continuing with the processing of the Data Stream. " A zero delay is most certainly not covered by the spec, and anyone using one is creating GIFs that do not meet the spec. [0] http://www.w3.org/Graphics/GIF/spec-gif89a.txt
See the last instance of the phrase "graphic control" in the document to see that multiple images can come with no intervening GCE blocks and see the paragraph containing the 5th instance of that phrase to observe that a GCE block only affects the first image following the GCE.