1080p compatible circles
This commit is contained in:
parent
399b24404c
commit
df6518d3f9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def pauseFrames(p):
|
|||
frames = int(8*fps)
|
||||
for i in range(0, frames):
|
||||
yield (
|
||||
('logo', 'attr', 'transform', 'translate(%.4f, %.4f)' % (math.sin(i / frames * math.pi * 2) * 200, math.cos(i / frames * math.pi * 2) * 180) ),
|
||||
('logo', 'attr', 'transform', 'translate(%.4f, %.4f)' % (math.sin(i / frames * math.pi * 2) * 300, math.cos(i / frames * math.pi * 2) * 280) ),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue