subtitle and area resizing
This commit is contained in:
parent
0bfb29ebe2
commit
9b07038e17
2 changed files with 3 additions and 7 deletions
|
@ -13,7 +13,6 @@ def introFrames(args):
|
||||||
yield (
|
yield (
|
||||||
('logotext', 'style', 'opacity', 0),
|
('logotext', 'style', 'opacity', 0),
|
||||||
('title', 'style', 'opacity', 0),
|
('title', 'style', 'opacity', 0),
|
||||||
('subtitle', 'style', 'opacity', 0),
|
|
||||||
('persons', 'style', 'opacity', 0),
|
('persons', 'style', 'opacity', 0),
|
||||||
('id', 'style', 'opacity', 0),
|
('id', 'style', 'opacity', 0),
|
||||||
)
|
)
|
||||||
|
@ -22,7 +21,6 @@ def introFrames(args):
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield(
|
yield(
|
||||||
('title', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
('title', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
||||||
('subtitle', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
|
||||||
('persons', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
('persons', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
||||||
('id', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
('id', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
|
||||||
)
|
)
|
||||||
|
@ -31,7 +29,6 @@ def introFrames(args):
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield(
|
yield(
|
||||||
('title', 'style', 'opacity', 1),
|
('title', 'style', 'opacity', 1),
|
||||||
('subtitle', 'style', 'opacity', 1),
|
|
||||||
('persons', 'style', 'opacity', 1),
|
('persons', 'style', 'opacity', 1),
|
||||||
('id', 'style', 'opacity', 1),
|
('id', 'style', 'opacity', 1),
|
||||||
)
|
)
|
||||||
|
@ -81,7 +78,6 @@ def tasks(queue, args, idlist, skiplist):
|
||||||
parameters = {
|
parameters = {
|
||||||
'$id': event['id'],
|
'$id': event['id'],
|
||||||
'$title': event['title'],
|
'$title': event['title'],
|
||||||
'$subtitle': event['subtitle'],
|
|
||||||
'$persons': event['personnames']
|
'$persons': event['personnames']
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
|
@ -225,8 +225,8 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="1.16"
|
inkscape:zoom="0.71"
|
||||||
inkscape:cx="279.53996"
|
inkscape:cx="606.2641"
|
||||||
inkscape:cy="355.23766"
|
inkscape:cy="355.23766"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer3"
|
inkscape:current-layer="layer3"
|
||||||
|
@ -990,7 +990,7 @@
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="title"
|
id="title"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:85.33333588px;line-height:0.01%;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:85.33333588px;line-height:0.01%;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
transform="translate(-64.231592,187.54073)"><flowRegion
|
transform="matrix(6.1493991,0,0,3.0407169,-1010.0183,-917.22506)"><flowRegion
|
||||||
id="flowRegion6021"
|
id="flowRegion6021"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:85.33333588px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff"><rect
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:85.33333588px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff"><rect
|
||||||
id="rect6023"
|
id="rect6023"
|
||||||
|
|
Before Width: | Height: | Size: 370 KiB After Width: | Height: | Size: 370 KiB |
Loading…
Add table
Reference in a new issue