OpenLayers OpenLayers

Changeset 6440

Show
Ignore:
Timestamp:
03/05/08 16:40:58 (10 months ago)
Author:
pagameba
Message:

(Re #933). Add note about visual glitch in ffox2 with caching enabled.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/pagameba/transition-resize/examples/transition.html

    r5915 r6440  
    3737    <h1 id="title">Transition Example</h1> 
    3838    <p id="shortdesc"> 
    39       Demonstrates the use of transition effects in tiled and untiled layers.  There are two transitions that are currently implemented, 'default', 'resize'.  The default transition effect is used when no transition is specified and is implemented as no transition effect except for panning singleTile layers.  The 'resize' effect resamples the current tile and displays it stretched or compressed until the new tile is available.</p>   
     39      Demonstrates the use of transition effects in tiled and untiled layers.  There are two transitions that are currently implemented, 'default', 'resize'.  The default transition effect is used when no transition is specified and is implemented as no transition effect except for panning singleTile layers.  The 'resize' effect resamples the current tile and displays it stretched or compressed until the new tile is available.</p> 
     40    <p><em>Note: There is a small visual glitch that appears to affect singleTile layers with the resize effect in FireFox 2.0 with caching enabled (developers often disable their cache).  The map has a noticable flash when panning.  This appears to be a timing issue with showing and hiding the singleTile.  It</em></p> 
    4041    <div id="mapDiv"></div> 
    4142    <p> The first layer is an untiled WMS layer with no transition effect. </p>