We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timeScale
1 parent f8ab8ac commit 244cc27Copy full SHA for 244cc27
editor/js/Sidebar.Animation.js
@@ -82,7 +82,7 @@ function SidebarAnimation( editor ) {
82
container.add( animationsList );
83
84
const mixerTimeScaleRow = new UIRow();
85
- const mixerTimeScaleNumber = new UINumber( 0.5 ).setWidth( '60px' ).setRange( - 10, 10 );
+ const mixerTimeScaleNumber = new UINumber( 1 ).setWidth( '60px' ).setRange( - 10, 10 );
86
mixerTimeScaleNumber.onChange( function () {
87
88
mixer.timeScale = mixerTimeScaleNumber.getValue();
0 commit comments