1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-25 14:10:42 +02:00

2 new animations: .slideInLeft and .slideInRight

This commit is contained in:
José Luis Antúnez
2017-03-25 08:34:21 +01:00
committed by GitHub
parent ce9f1c7531
commit a9e8788024

View File

@@ -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