Demonstrates Kinetic Dragging.
OpenLayers Kinetic Dragging inspired from Tile5, and kineticscrolling for Google Maps API V3.
            As shown in this example Kinetic Dragging is enabled by setting
            enableKinetic to true in the config object provided to the
            Control.DragPan constructor. When using
            Control.Navigation or Control.TouchNavigation
            providing options to the underlying Control.DragPan
            instance is done through the dragPanOptions config
            property.
        
View the kinetic.js source to see how this is done.