From a9e87880249ca69d2f52bc96f0df367d07ac65de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Sat, 25 Mar 2017 08:34:21 +0100 Subject: [PATCH] 2 new animations: .slideInLeft and .slideInRight --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e0225..bc41d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,18 +16,19 @@ - [[#56](https://github.com/webslides/webslides/issues/56)]Added option to disable looping. - [[#54](https://github.com/webslides/webslides/issues/54)]Added video and youtube plugins to allow autoplaying videos (and pausing) entering and leaving the slide. - [[#51](https://github.com/webslides/webslides/issues/51)]Autoslide now pauses if a focusable element gains focus. -- Added `ws-ready` to actually lock the scroll +- Added `ws-ready` to actually lock the scroll. ## CSS +- 2 new animations: .slideInLeft and .slideInRight. - naming conventions: - - .wall is now .text-quote - - introducing .text-interview = dl.text-interview, dt (name), dd (question/answer) - - .card is now a card: width: 100% -- fluid .wrap (width: 90%) -- .gallery li: auto-fill removed. Now: equal width (useful for gallery layouts) -- adding padding to form[class*="bg-"] -- a better CSS print: A4 landscape + - .wall is now .text-quote. + - introducing .text-interview = dl.text-interview, dt (name), dd (question/answer). + - .card is now a card: width: 100%. +- fluid .wrap (width: 90%). +- .gallery li: auto-fill removed. Now: equal width (useful for gallery layouts). +- adding padding to form[class*="bg-"]. +- a better CSS print: A4 landscape. ## Bugfixes