From professional translators, enterprises, web pages and freely available translation repositories.
pressing mmb while moving the mouse rotates the 3d viewport scene so that the user can view oblique scenes.
Нажатие mmb при перемещении мыши вращает сцену в окне 3d вида, так что пользователь может просматривать сцену под углом.
the canvas is infinite for each dimension of the space but browsers choose an initial width based on the dimensions of the viewport.
Сам по себе холст бесконечен, однако браузеры обычно определяют для него ширину исходя из размеров области просмотра.
iphone js testing . box { position : absolute ; width : 150 px ; height : 150 px ; background-color : red ; -webkit-transition-property : -webkit-transform ; -webkit-transition-duration : 2. 0 s ; } . move { -webkit-transform : translatex( 100 px ) ; } $ ( function ( ) { $ ( ".box" ) . click ( function ( ) { $ ( this ) . addclass ( "move" ) ; } ) ; } ) ;
iphone js testing . box { position : absolute ; width : 150 px ; height : 150 px ; background-color : red ; -webkit-transition-property : -webkit-transform ; -webkit-transition-duration : 2. 0 s ; } . move { -webkit-transform : translatex( 100 px ) ; } $ ( function ( ) { $ ( ".box" ) . click ( function ( ) { $ ( this ) . addclass ( "move" ) ; } ) ; } ) ;