Fixed 182, add data-transition on both outer and inner <section> tags.

This commit is contained in:
yujie 2016-05-04 17:33:44 +08:00
parent e9e2c6293a
commit bba166fa6a
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ holding contextual information."
(format "<section %s%s>\n"
(org-html--make-attribute-string
`(:id ,(format "slide-%s" preferred-id)
:data-transition ,(org-element-property :REVEAL_DATA_TRANSITION headline)
:data-state ,(org-element-property :REVEAL_DATA_STATE headline)
:data-background ,(org-element-property :REVEAL_BACKGROUND headline)
:data-background-size ,(org-element-property :REVEAL_BACKGROUND_SIZE headline)