简体   繁体   English

纯 CSS Slider 带导航和自动播放

[英]Pure CSS Slider with Navigation and Autoplay

I've been struggling at work to figure this out for a week and can't quite figure it out and none of my friends know HTML/CSS so I thought why not ask here?我已经在工作中苦苦挣扎了一个星期,但无法完全弄清楚,而且我的朋友都不知道 HTML/CSS,所以我想为什么不在这里问呢? I work on my company's internal website, it's kinda crap none of the apps work.我在公司的内部网站上工作,这有点废话,没有一个应用程序可以工作。 They have a carousel that we don't much care for that I'm trying to get rid of so I was going to make a new one... only issue is the site doesn't allow any scripts or java so I'm really just limited to basic html and css and I can't for the life of me figure out how to animations to work.他们有一个我们不太关心的轮播,我正试图摆脱它,所以我打算制作一个新的......唯一的问题是该网站不允许任何脚本或 java 所以我真的只限于基本的 html 和 css ,我一辈子都不知道如何让动画工作。 I've figured out how to make a carousel by researching online that's fine that seems pretty straight forward, animating photos on their own seems straightforward... but trying to make an animation with any kind of control without java or scripts of any kind I can't figure it out.我已经想出了如何通过在线研究来制作轮播,这很好,看起来很简单,自己制作动画照片似乎很简单......但是试图制作一个 animation 没有 java 或任何类型的脚本想不通。 Was hoping someone could help me make a super basic one even if it's just a general image rotator with a hover to pause, but preferably something that rotates automatically and has navigation arrows or page dots...希望有人可以帮助我制作一个超级基本的,即使它只是一个带有 hover 暂停的通用图像旋转器,但最好是自动旋转并具有导航箭头或页面点的东西......

I found this as something that might work for our site, but I need to reach out to our provider to find out why our host site is replacing the ">" between ".st-slider > #play1:checked" with garbage text preventing me from seeing if this animation will actually work (It should since there are no scripts running it and other keyanimation based css sliders work on our site).我发现这可能适用于我们的网站,但我需要联系我们的提供商,以了解为什么我们的主机网站将“.st-slider > #play1:checked”之间的“>”替换为垃圾文本防止我从看看这个 animation 是否真的可以工作(它应该因为没有脚本运行它和其他基于 keyanimation 的 css 滑块在我们的网站上工作)。 Then I would like it to look better... But to give an idea of what kind of project I'm looking at please see the link below.然后我希望它看起来更好......但是要了解我正在查看什么样的项目,请参阅下面的链接。

https://codepen.io/miriamcc/pen/KzGGqZ https://codepen.io/miriamcc/pen/KzGGqZ

enter code here

Hello dear did you try to use你好亲爱的你试过用吗

@keyframes

? ?

that would do the automated part of the work这将完成工作的自动化部分

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM