You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
428 B
12 lines
428 B
{
|
|
outPath: './gradients.mp4',
|
|
defaults: {
|
|
transition: { name: 'linearblur', duration: 0.1 },
|
|
},
|
|
clips: [
|
|
{ duration: 1, layers: [{ type: 'linear-gradient', colors: ['#02aab0', '#00cdac'] }] },
|
|
{ duration: 1, layers: [{ type: 'radial-gradient', colors: ['#b002aa', '#ac00cd'] }] },
|
|
{ duration: 1, layers: [{ type: 'linear-gradient' }] },
|
|
{ duration: 1, layers: [{ type: 'radial-gradient' }] },
|
|
],
|
|
}
|