You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.3 KiB
59 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html lang="pt-br">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<base href="../../../../" />
|
|
<script src="page.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
|
</head>
|
|
<body>
|
|
|
|
[page:KeyframeTrack] →
|
|
|
|
<h1>[name]</h1>
|
|
|
|
<p class="desc">
|
|
Uma track de valores númericos de keyframe.
|
|
</p>
|
|
|
|
|
|
<h2>Construtor</h2>
|
|
|
|
<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3>
|
|
<p>
|
|
[page:String name] - (obrigatório) identificador para o KeyframeTrack.<br />
|
|
[page:Array times] - (obrigatório) array de tempos de keyframes.<br />
|
|
[page:Array values] - valores para os keyframes nos tempos especificados.<br />
|
|
[page:Constant interpolation] - o tipo de interpolação a ser usada. Ver
|
|
[page:Animation Animation Constants] para valores possíveis. O padrão é
|
|
[page:Animation InterpolateLinear].
|
|
</p>
|
|
|
|
|
|
<h2>Propriedades</h2>
|
|
|
|
<p class="desc">
|
|
Ver [page:KeyframeTrack] para propriedades herdadas.
|
|
</p>
|
|
|
|
|
|
<h3>[property:String ValueTypeName]</h3>
|
|
<p>
|
|
String 'number'.
|
|
</p>
|
|
|
|
|
|
<h2>Métodos</h2>
|
|
|
|
<p class="desc">
|
|
Ver [page:KeyframeTrack] para métodos herdados.
|
|
</p>
|
|
|
|
|
|
<h2>Source</h2>
|
|
|
|
<p>
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|