背景幻灯片,但文字滚动

时间:2015-06-10 21:01:37

标签: css scroll background slideshow

我有一个带有单个背景图像的WebSite,已修复且响应迅速。它上面的页面和文本像往常一样滚动。 这是我使用的代码:

body {
    background-image: url(background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

我想改变它; 幻灯片,包含3个背景图片,固定且反应灵敏,带有滚动页面和文字。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您可以使用css3动画和关键帧来实现它。

您可以使用此链接进行参考 http://css3.bradshawenterprises.com/cfimg/#cfimg3