diff --git a/demos/classes.html b/demos/classes.html index afb40ab..b62444f 100644 --- a/demos/classes.html +++ b/demos/classes.html @@ -767,10 +767,10 @@
<section> - <span class="background" style="background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"></span> - <section> - <h1>Slide</h1> - </section> + <span class="background" style="background-image:url('https://source.unsplash.com/UJbHNoVPZW0/')"></span> + <div class="wrap"> + <h1>Slide</h1> + </div> </section>
How to embed Unsplash photos?
Embed videos with loop, autoplay, and muted attributes.
<div class="embed"> <iframe src="https://www.youtube.com/embed/XjJQBjWYDTs"> </iframe> </div>-
.embed
.embed
(responsive)
HTML/CSS Browser.
<figure class="browser"> - <img alt="Screenshot" src="image.png"> + <img alt="Screenshot" src="image.png"> </figure>
Just 3 basic animations: .fadeIn, .fadeInUp, and .zoomIn.
+Just 5 basic animations: .fadeIn, .fadeInUp, .zoomIn, .slideInLeft, and .slideInRight.
Just 3 basic animations: .fadeIn, .fadeInUp, and .zoomIn.
+Just 5 basic animations: .fadeIn, .fadeInUp, .zoomIn, .slideInLeft, and .slideInRight.
@@ -736,17 +736,18 @@Embed videos with loop, autoplay, and muted attributes. The video will automatically play when the slide is loaded.
<div class="embed"> <div data-youtube data-youtube-id="CQY3KUR3VzM" data-autoplay ></div> </div>-
.embed
.embed
(responsive)
Embed videos with loop, autoplay, and muted attributes.
<div class="embed"> <iframe src="https://www.youtube.com/embed/XjJQBjWYDTs"> </iframe> </div>-
.embed
.embed
(responsive)
section.bg-blue > .background-video.dark
or .light
section.fullscreen.bg-blue > .embed.dark
or .light
[class*="bg-"] > .background.light
<section class="bg-black"> - <span class="background light" style="background-image:url('https://source.unsplash.com/1_CMoFsPfso/')"></span> - <div class="wrap"> - <h1>Slide</h1> - </div> + <span class="background light" style="background-image:url('https://source.unsplash.com/1_CMoFsPfso/')"></span> + <div class="wrap"> + <h1>Slide</h1> + </div> </section>
[class*="bg-"] > .background.dark
<section class="bg-black"> - <span class="background dark" style="background-image:url('https://source.unsplash.com/1_CMoFsPfso/')"></span> - <div class="wrap"> - <h1>Slide</h1> - </div> + <span class="background dark" style="background-image:url('https://source.unsplash.com/1_CMoFsPfso/')"></span> + <div class="wrap"> + <h1>Slide</h1> + </div> </section>
Just 3 basic animations: .fadeIn, .fadeInUp, and .zoomIn.
+Just 5 basic animations: .fadeIn, .fadeInUp, .zoomIn, .slideInLeft, and .slideInRight.
@@ -1719,12 +1719,13 @@Embed videos with loop, autoplay, and muted attributes.
<div class="embed"> <iframe src="https://www.youtube.com/embed/XjJQBjWYDTs"> </iframe> </div>-
.embed
.embed
(responsive)
0verlay: section.bg-blue > .background-video.dark
or .light
0verlay: section.fullscreen.bg-blue > .embed.dark
or .light