transform 音标拼音: [trænsf'ɔrm] [tr'ænsfɔrm]
vt . 转换,改变,改造,使…变形
vi . 改变,转化,变换
转换,改变,改造,使…变形改变,转化,变换
transform 变换
transform 变换
transform v 1 :
subject to a mathematical transformation 2 :
change or alter in form ,
appearance ,
or nature ; "
This experience transformed her completely "; "
She transformed the clay into a beautiful sculpture "; "
transubstantiate one element into another " [
synonym : {
transform }, {
transmute },
{
transubstantiate }]
3 :
change in outward structure or looks ; "
He transformed into a monster "; "
The salesman metamorphosed into an ugly beetle "
[
synonym : {
transform }, {
transmute }, {
metamorphose }]
4 :
change from one form or medium into another ; "
Braque translated collage into oil " [
synonym : {
translate }, {
transform }]
5 :
convert (
one form of energy )
to another ; "
transform energy to light "
6 :
change (
a bacterial cell )
into a genetically distinct cell by the introduction of DNA from another cell of the same or closely related species 7 :
increase or decrease (
an alternating current or voltage )
Transform \
Trans *
form "\,
v .
t . [
imp . &
p .
p . {
Transformed };
p .
pr . &
vb .
n . {
Transforming }.] [
L .
transformare ,
transformatum ;
trans across ,
over formare to from :
cf .
F .
transformer .
See {
Form },
v .
t .]
1 .
To change the form of ;
to change in shape or appearance ;
to metamorphose ;
as ,
a caterpillar is ultimately transformed into a butterfly .
[
1913 Webster ]
Love may transform me to an oyster . --
Shak .
[
1913 Webster ]
2 .
To change into another substance ;
to transmute ;
as ,
the alchemists sought to transform lead into gold .
[
1913 Webster ]
3 .
To change in nature ,
disposition ,
heart ,
character ,
or the like ;
to convert .
[
1913 Webster ]
Be ye transformed by the renewing of your mind .
--
Rom .
xii .
2 .
[
1913 Webster ]
4 . (
Math .)
To change ,
as an algebraic expression or geometrical figure ,
into another from without altering its value .
[
1913 Webster ]
Transform \
Trans *
form "\,
v .
i .
To be changed in form ;
to be metamorphosed . [
R .]
[
1913 Webster ]
His hair transforms to down . --
Addison .
[
1913 Webster ]
72 Moby Thesaurus words for "
transform ":
acculturate ,
advance ,
alter ,
ameliorate ,
amend ,
assimilate to ,
become ,
better ,
boost ,
bring forward ,
bring to ,
change ,
change into ,
change over ,
civilize ,
commute ,
convert ,
denature ,
do over ,
edify ,
educate ,
elevate ,
emend ,
enhance ,
enlighten ,
enrich ,
fatten ,
favor ,
forward ,
foster ,
go straight ,
improve ,
improve upon ,
lard ,
lift ,
make ,
make an improvement ,
make over ,
meliorate ,
mend ,
metabolize ,
metamorphose ,
modify ,
mutate ,
naturalize ,
nurture ,
permute ,
promote ,
raise ,
reconvert ,
reduce to ,
refine upon ,
reform ,
render ,
resolve into ,
reverse ,
shift ,
socialize ,
straighten out ,
switch ,
switch over ,
transfer ,
transfigure ,
translate ,
transmogrify ,
transmute ,
transpose ,
transubstantiate ,
turn back ,
turn into ,
upgrade ,
uplift
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
transform - CSS:层叠样式表 | MDN 在这种情况下,该元素将作为任何包含的 position: fixed; 或 position: absolute; 元素的 包含块。 警告: 只能 transform 由盒模型定位的元素,也就是所有布局由 CSS 盒模型管理的元素,除了: 非替换的行内盒子 、 表格列 和 表格列组。
CSS3 transform 属性 | 菜鸟教程 属性定义及使用说明 Transform属性应用于元素的2D或3D转换。 这个属性允许你将元素旋转,缩放,移动,倾斜等。 为了更好地理解Transform属性,请查看 在线实例
TRANSFORM中文 (简体)翻译:剑桥词典 - Cambridge Dictionary The scheme would transform the park into a tourist mecca The new haircut completely transformed her The discovery of anaesthesia transformed medical surgery Since getting that job, he has been a transformed character The growth of the textile industry transformed the area
CSS 中的transform详解 - CSDN博客 文章浏览阅读3 5k次,点赞16次,收藏13次。 CSS 中的transform属性允许你对元素进行变形操作,包括旋转、缩放、平移和倾斜等。 这个属性不会影响文档流,而是在视觉层面上对元素进行处理。 _transform css
CSS transform属性的用法(非常详细,附带实例) - C语言中文网 CSS transform属性的用法(非常详细,附带实例) CSS3 标准中新增了一系列的样式,其中包括一些动态效果,如变换、过渡和帧动画等。 其中,变换(transform)效果主要包括平移(转换,translate)、缩放(scale)、旋转(rotate)、扭曲(skew)等。
前端 · 深入理解 transform 函数的计算原理 ① - 知乎 当面对需要精准定位的需求时,如果对 transform 的计算原理理解不透彻,就会导致代码冗长、复杂度增加,易读性也会迅速下降。 事实上,前端里的 transform 有很多种,比如 CSS 和 SVG 中的 transform 属性就有些许不同。
CSS3转换 (transform)基本用法介绍 - 二森 - 博客园 一个炫酷的网页离不开css的transform、transition、animation三个属性,之前一直没有涉及到这块内容,刚好最近要做一个相关东西,趁此机会好好学一学这三个属性。 一、功能 实现元素的平移、旋转、缩放或倾斜。 二、 实现条件 只能转换由盒模型定位的元素。
CSS transform property - W3Schools Definition and Usage The transform property applies a 2D or 3D transformation to an element This property allows you to rotate, scale, move, skew, etc , elements Show demo
CSS3转换(transform)基本用法介绍-腾讯云开发者社区-腾讯云 在CSS3中transform主要包括以下几种:旋转rotate、扭曲skew、缩放scale和移动translate以及矩阵变形matrix。 下面我们一起来看看CSS3中transform的旋转rotate、扭曲skew、缩放scale和移动translate具体如何实现,老样子,我们就从transform的语法开始吧。