There is an OpenLayers.Tween class I believe.<br><br>Also, this is something that could easily be done iwth just regular javascript.  Don&#39;t forget, OpenLayers is comprised of DOM elements, so you can manipulate the map with regular javascript, you don&#39;t have to use an OpenLayers construct.<br>
<br><div class="gmail_quote">On Tue, Dec 6, 2011 at 12:33 PM, Takako Tucker <span dir="ltr">&lt;<a href="mailto:Takako.Tucker@bbc.co.uk">Takako.Tucker@bbc.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<u></u>






<div>


<p><font face="Arial" size="2">Hello, </font>
</p>

<p><font face="Arial" size="2">I&#39;m currently using OpenLayers.Control.DragFeature to move pinpoint from one place to another. </font>
</p>

<p><font face="Arial" size="2">        var dragFeature = new OpenLayers.Control.DragFeature(location);</font>

<br><font face="Arial" size="2">                         map.addControl(dragFeature);</font>

<br><font face="Arial" size="2">                         dragFeature.activate();</font>
</p>
<br>

<p><font face="Arial" size="2">But not only moving pinpoints, I need to add tween animation. </font>
</p>

<p><font face="Arial" size="2">Has anyone done tween animation for moving pinpoints? </font>
</p>

<p><font face="Arial" size="2">Any advise would be much appreciated! </font>
</p>

<p><font face="Arial" size="2">Thanks </font>
</p>

<p><font face="Arial" size="2">Takako</font>
</p>

<div> </div><br><font face="Times New Roman" size="3"><a href="http://www.bbc.co.uk" target="_blank">http://www.bbc.co.uk</a><br>This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated.<br>
If you have received it in error, please delete it from your system.<br>Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately.<br>Please note that the BBC monitors e-mails sent or received.<br>
Further communication will signify your consent to this.</font>
</div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<br></blockquote></div><br>