腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
CSS
:
使用
transform
translate
代替
bottom
、
、
当我
使用
bottom
设置它的动画时: @keyframes moveUpWithFade2 {
bottom
: 0%; opacity: 0;但是,如果我
使用
transform
:translateY(100%),它会在我试图用动画表示的div的维度上进行操作。因此,如果我有一个高度为25px的矩形,那么它将向上移动25px。因此,为了获得与
bottom
相同的行为,我需要指定非常高的translateY值,如下所示: @keyframe
浏览 44
提问于2019-08-30
得票数 1
回答已采纳
2
回答
Jquery -
使用
IE进行
CSS
翻译
、
我想
使用
JQuery将父div "register_tile“中的名为"register_
bottom
_bar”的div向上转换174像素。我让它在Chrome和Firefox上完美地工作。"register_tile“是一个更大的div中的一个浮动div,"register_
bottom
_bar”位于"register_tile“的底部,位置:relative。$('.register_tile').click(function () { $(this).<em
浏览 2
提问于2012-12-12
得票数 2
回答已采纳
2
回答
位置:绝对导致我的旋转木马出现故障
、
、
我
使用
的carousel插件都不能正常工作。通常,我需要调整浏览器的大小,然后才能正确显示所有内容。这是不实际的,因为我的是一个移动应用程序。#page {} display:none; <meta http-equiv="cleartype" content=&q
浏览 1
提问于2012-02-10
得票数 0
回答已采纳
1
回答
具有悬停和单击功能的jQuery抽屉
、
打开抽屉的代码: mouseenter: function () { "
transform
": "
translate
3d(15%,0,0)"
浏览 4
提问于2014-05-10
得票数 4
2
回答
水平中心绝对定位图像在div内,没有水平滚动条出现(在移动中也)
、
小提琴:<div></div> position:relativeimg { left: 50%; -webkit-
transform
:
translate</
浏览 1
提问于2014-09-25
得票数 1
回答已采纳
2
回答
使用
Jquery滑动div脱离视图端口的滚动事件-不工作
、
、
、
User scrolls $(".website-wrapper").animate({
bottom
: "1000
浏览 1
提问于2017-07-10
得票数 0
回答已采纳
1
回答
数据-os-动画:动画进进出出?
、
、
我正在尝试合并一些文本,bouncesIn在3秒后,停留几秒钟,然后zoomsOut。我以为我可以这么做: <p id="helper">Filler Text&l
浏览 5
提问于2018-05-30
得票数 0
回答已采纳
3
回答
对齐在
css
中旋转的元素
、
<div class="handle">Text</div>$
transform
: rotate(90deg); color: white; padding: 5px;
transform
: $
transform
;
浏览 1
提问于2013-10-04
得票数 9
回答已采纳
1
回答
在
使用
clientX和clientY的同时,如何通过jQuery添加
translate
3d?
我这里有一段jQuery,我在其中添加了
CSS
:
transform
:
translate
()。我想知道是否可以
使用
transform
:
translate
3d()来
代替
。我该怎么写呢?$(document).mousemove(function(e) {
transform
: '
translate
(' + (e.clientX - half_cHeig
浏览 0
提问于2021-04-01
得票数 0
3
回答
如何在
css
中
使用
ngClass?
、
我有一个
css
代码,看起来像这样::host >>> a.ng2-smart-sort-link.sort::after { right: 0.75rem: solid transparent; margin-
bottom
: 2px; -webkit-
transform
:
translate
(0, -50%) rotate(180deg);
浏览 2
提问于2019-08-01
得票数 1
1
回答
CSS
3动画导致文本渲染效果差
、
、
我正在一个背景图像上试用
CSS
3动画。:
translate
(-5%, -5%); 50% {
transform
:
translate
(-5.3%, -4.9%); } 75% {
transform
:
tr
浏览 3
提问于2014-10-15
得票数 4
回答已采纳
2
回答
用于垂直对中元素的替换
、
我用
CSS
3
translate
制作了一个
CSS
3,但是我发现旧手机有问题。有什么替代
CSS
3翻译的方法吗?我只想垂直地居中。.loginPage-wrap{ position: absolute; -ms-
transform
:
translate
(-50%);
tran
浏览 3
提问于2015-05-01
得票数 1
回答已采纳
1
回答
引导Carousel标题在转换完成后移动
、
、
、
、
我所做的就是
使用
引导旋转木马创建一个网页。 <img class="cropped-top cropped-
bottom
" src="'.$row2['ArticleID']. '">
浏览 2
提问于2015-04-12
得票数 2
回答已采纳
2
回答
在旋转木马上不能垂直对齐图像
、
ease-in-out left; transition: 0.6s ease-in-out left; 我只是尝试通过
css
,我尝试
使用
顶部,垂直对齐:中间类似在上面显示,没有任何工作。
浏览 2
提问于2016-09-25
得票数 0
回答已采纳
2
回答
创建特殊的
CSS
形状
、
、
我想为我的标题创建一个特殊的
CSS
形状。这个必须看起来像这个网站的第一个演讲气泡,但是,箭头必须是一个半圆,半圆必须总是在中间。
浏览 2
提问于2012-10-27
得票数 0
回答已采纳
1
回答
亚像素渲染使闪烁引擎中的文本模糊
文本现在似乎是模糊的,这打破了相当多的页面
使用
流行的
transform
:
translate
3d(-50%, -50%, 0);对中。那么,除了
使用
柔性盒之外,还有人知道如何解决这种新的模糊问题吗?
浏览 1
提问于2015-12-01
得票数 1
回答已采纳
1
回答
在firefox中悬停时的SVG动画从错误的位置开始
、
、
、
、
HTML <g id="clock_
bottom
_3" opacity="0.316786674"
transform
="
translate
(72.000000, 306.000000)"><ellipse id="Oval" fill="url(#radialGradient-1)" opacity="0.24"
transform
="
translate
(8
浏览 0
提问于2017-07-15
得票数 2
6
回答
使用
CSS
transform
:
translate
(...)
使用
ReactJS
、
根据的说法
CSS
样式需要作为对象传递给组件。但是,如果您尝试
使用
转换样式,您将得到一个错误。
浏览 0
提问于2015-09-17
得票数 32
4
回答
垂直居中和水平居中,在iPhone上平移
、
*/ Not even necessary really. e.g.
浏览 0
提问于2015-01-28
得票数 0
3
回答
使用
CSS
3无限地动画对象飞行路径
、
我决定利用
CSS
3的机会。但我所取得的只是一个动画周期。飞机绕着小径飞了一个圈,动画停止了。我尝试
使用
animation-iteration-count和infinite,但我得到的只是一架飞机在混乱的方向飞行。下面是我的代码,请告诉我如何循环这个动画,使飞机不断地在一个圆中飞行而不停止。: rotateZ(90deg);} 100% { } 0% {
transform</
浏览 4
提问于2020-05-13
得票数 4
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
CSS动画:animation、transition、transform、translate傻傻分不清
web动画小结
CSS水平和垂直居中技巧大梳理
CSS布局方案大全
IT兄弟连 HTML5教程 CSS3属性特效 2D变换1
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券