Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/producer/tests/style-1-prod/output/output.mp4
Git LFS file not shown
18 changes: 12 additions & 6 deletions packages/producer/tests/style-12-prod/output/compiled.html
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
var __hfEscapeAttr = function(value) {
return (value + "").replace(/\\/g, "\\\\").replace(/"/g, "\\\"");
};
var __hfRootSelector = null || (__hfCompId
var __hfRootSelector = "[data-composition-id=\"mondrian-bg\"]" || (__hfCompId
? '[data-composition-id="' + __hfEscapeAttr(__hfCompId) + '"]'
: "");
var __hfRoot = null;
Expand Down Expand Up @@ -754,7 +754,8 @@
var __hfRun = function() {
try {
(function(document, gsap, window, __hyperframes) {
(function () {

(function () {
const tl = gsap.timeline({ paused: true });

tl.to(".bar-1", { left: "100%", duration: 0.45, ease: "expo.out" }, 1.1);
Expand All @@ -764,6 +765,7 @@

window.__timelines["mondrian-bg"] = tl;
})();

}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
} catch (_err) {
console.error(__hfErrorLabel, __hfCompId, _err);
Expand All @@ -782,7 +784,7 @@
var __hfEscapeAttr = function(value) {
return (value + "").replace(/\\/g, "\\\\").replace(/"/g, "\\\"");
};
var __hfRootSelector = null || (__hfCompId
var __hfRootSelector = "[data-composition-id=\"mondrian-colors\"]" || (__hfCompId
? '[data-composition-id="' + __hfEscapeAttr(__hfCompId) + '"]'
: "");
var __hfRoot = null;
Expand Down Expand Up @@ -1044,7 +1046,8 @@
var __hfRun = function() {
try {
(function(document, gsap, window, __hyperframes) {
(function () {

(function () {
const TRANSCRIPT = [
{ text: "We", start: 0.14, end: 0.239 },
{ text: "asked", start: 0.28, end: 0.459 },
Expand Down Expand Up @@ -1181,6 +1184,7 @@

window.__timelines["mondrian-colors"] = tl;
})();

}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
} catch (_err) {
console.error(__hfErrorLabel, __hfCompId, _err);
Expand All @@ -1199,7 +1203,7 @@
var __hfEscapeAttr = function(value) {
return (value + "").replace(/\\/g, "\\\\").replace(/"/g, "\\\"");
};
var __hfRootSelector = null || (__hfCompId
var __hfRootSelector = "[data-composition-id=\"mondrian-captions\"]" || (__hfCompId
? '[data-composition-id="' + __hfEscapeAttr(__hfCompId) + '"]'
: "");
var __hfRoot = null;
Expand Down Expand Up @@ -1461,7 +1465,8 @@
var __hfRun = function() {
try {
(function(document, gsap, window, __hyperframes) {
(function () {

(function () {
const TRANSCRIPT = [
{ text: "We", start: 0.14, end: 0.239 },
{ text: "asked", start: 0.28, end: 0.459 },
Expand Down Expand Up @@ -1551,6 +1556,7 @@

window.__timelines["mondrian-captions"] = tl;
})();

}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
} catch (_err) {
console.error(__hfErrorLabel, __hfCompId, _err);
Expand Down
4 changes: 2 additions & 2 deletions packages/producer/tests/style-12-prod/output/output.mp4
Git LFS file not shown
Loading