64 lines
1.8 KiB
HTML
Executable File
64 lines
1.8 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=ASCII">
|
|
|
|
<title>GreenSock Tweening Platform Language Reference</title>
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
window.onload=function(){
|
|
var d=document.location.search;
|
|
var args=d.substring(d.lastIndexOf('?')+1,d.length);
|
|
var classFrameContent=args;
|
|
var classListFrameContent='';
|
|
if (args.indexOf('&') != -1) {
|
|
classFrameContent = args.substring(0,args.indexOf('&'));
|
|
classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
|
|
}
|
|
if(classFrameContent!='')
|
|
top.frames['classFrame'].document.location.href=classFrameContent;
|
|
if(classListFrameContent!='')
|
|
top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
|
|
}
|
|
-->
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<frameset cols="210,*" border="2" bordercolor="#AAAAAA" framespacing="0">
|
|
|
|
<frame src="package-frame.html" name="packageFrame" scrolling="no">
|
|
|
|
<frameset rows="80,*" border="0" bordercolor="#AAAAAA">
|
|
|
|
<frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
|
|
|
|
<frame src="com/greensock/package-detail.html" name="classFrame" frameborder="0">
|
|
|
|
</frameset>
|
|
|
|
<noframes>
|
|
|
|
<body>
|
|
|
|
<h2>Frame Alert</h2>
|
|
|
|
<p>
|
|
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
|
|
<br>
|
|
Link to <a href="package-summary.html">Non-frame version.</a>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</noframes>
|
|
|
|
</frameset>
|
|
<!-- -->
|
|
|
|
</html>
|