replacing tabs with spaces. no functional diffs here.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Tween Example</title>
|
||||
<title>Tween Example</title>
|
||||
<style type="text/css">
|
||||
#viewport {
|
||||
width: 500px;
|
||||
@@ -60,8 +60,8 @@
|
||||
</head>
|
||||
<body onload="init()">
|
||||
<div id="title">Tween Example</div>
|
||||
<div id="tags"></div>
|
||||
<div id="shortdesc">Show transition effects</div>
|
||||
<div id="tags"></div>
|
||||
<div id="shortdesc">Show transition effects</div>
|
||||
<select name="transition" id="transition" onchange="changeTween()">
|
||||
<option value="Linear">Linear</option>
|
||||
<option value="Expo">Expo</option>
|
||||
@@ -76,7 +76,7 @@
|
||||
<div id="block"></div>
|
||||
</div>
|
||||
<div id="docs">
|
||||
This is an example of transition effects.
|
||||
This is an example of transition effects.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user