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.
63 lines
1.3 KiB
63 lines
1.3 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<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">
|
|
Un suivi des valeurs numériques des keyframes.
|
|
</p>
|
|
|
|
|
|
<h2>Constructeur</h2>
|
|
|
|
|
|
<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3>
|
|
<p>
|
|
[page:String name] - (requis) indentifiant du KeyframeTrack.<br />
|
|
[page:Array times] - (requis) tableau de durée des keyframes.<br />
|
|
[page:Array values] - valeurs des keyframes aux temps spécifiés.<br />
|
|
[page:Constant interpolation] - le type d'interpolation à utiliser. Voir
|
|
[page:Animation Animation Constants] pour les valeurs possibles. La valeur par défaut est
|
|
[page:Animation InterpolateLinear].
|
|
</p>
|
|
|
|
|
|
<h2>Propriétés</h2>
|
|
|
|
|
|
<p class="desc">
|
|
Voir [page:KeyframeTrack] pour les propriétés héritées.
|
|
</p>
|
|
|
|
|
|
<h3>[property:String ValueTypeName]</h3>
|
|
<p>
|
|
String 'number'.
|
|
</p>
|
|
|
|
|
|
<h2>Méthodes</h2>
|
|
|
|
|
|
<p class="desc">
|
|
Voir [page:KeyframeTrack] pour les propriétés héritées.
|
|
</p>
|
|
|
|
|
|
<h2>Source</h2>
|
|
|
|
|
|
<p>
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|