resolves #4 add transform-group option to use single wrapper element#5
resolves #4 add transform-group option to use single wrapper element#5mojavelinux wants to merge 1 commit intobespokejs:masterfrom
Conversation
mojavelinux
commented
Aug 12, 2015
- using single wrapper to scale slides if option is transform-group
- fix tests
- add tests for transform-group option
|
As a side note, tests don't work on Firefox for some reason. However, I did manually testing in Firefox and it works great. |
… element - using single wrapper to scale slides if option is transform-group - fix tests - add tests for transform-group option - document transform-group option in README
|
I realized that when transform-group is specified, it still uses zoom in Chrome. This differs from the transform option, which uses transform for all browsers. So we have an extra degree of configuration here. Should we switch to an options map so that we can have a separate flag for whether to wrap each slide or the group of slides? zoom with transform (on group) fallback transform (on group) The default would be: |
|
When |
|
Or maybe we can simplify the option name to "on": Is there a value you prefer to describe the group of slides instead of "group"? |
|
Another possibility is to use a fallback chain, like: vs |