▸case-01 I need to add animated lower-third captions and entrance effects to the current title card in our iPollo Video project. Please set up keyframes and motion effects for these elements so they pop on screen and fade out smoothly when the scene ends. | fail→pass | 23,724 | 17,167 | -28% | 1 | 1 | 0% | 3,003 | 3,293 | +10% | 0 | 0 | — |
▸case-02 Could you implement motion transitions between the B-roll footage and the main interview segment in the active iPollo Video timeline? We want the cut to feel fluid with animated overlays emphasizing key talking points. | fail→pass | 30,222 | 57,987 | +92% | 1 | 1 | 0% | 2,947 | 6,465 | +119% | 0 | 0 | — |
▸case-03 Please animate the callout icons and chart graphics across the second scene of this iPollo Video deck. Make sure the elements move into place during the narration and fade out before the scene swap. | fail→fail | 28,924 | 20,806 | -28% | 1 | 1 | 0% | 5,990 | 3,937 | -34% | 0 | 0 | — |
▸case-04 We need to equalize and normalize the voiceover audio track relative to the background music in our iPollo Video project. Please adjust the gain levels and compression settings for clear dialogue. | pass→pass | 14,216 | 16,948 | +19% | 1 | 1 | 0% | 2,346 | 3,051 | +30% | 0 | 0 | — |
▸case-05 Export the closed captions from our iPollo Video project into a standard SubRip (.srt) file format with precise timestamp markers for external distribution. | pass→pass | 9,975 | 19,024 | +91% | 1 | 1 | 0% | 1,679 | 3,620 | +116% | 0 | 0 | — |
▸case-06 Import a 3D LUT color grading profile (.cube) into the iPollo Video project settings to conform the overall cinematic color space across scenes. | pass→pass | 9,898 | 64,458 | +551% | 1 | 1 | 0% | 1,258 | 3,421 | +172% | 0 | 0 | — |
▸case-07 We want a sidebar pop-out effect on the iPollo Video overlay layout. The designer suggested expanding the width property from 0px to 300px and shifting the left margin. How should we write this motion code? | fail→fail | 14,667 | 8,836 | -40% | 1 | 1 | 0% | 2,725 | 1,652 | -39% | 0 | 0 | — |
▸case-08 For an animated progress gauge in iPollo Video, I plan to maintain a running delta state variable `currentProgress += step` inside an increment function that fires each tick. Will this work when scrubbing back and forth? | pass→pass | 19,736 | 7,247 | -63% | 1 | 1 | 0% | 1,878 | 1,136 | -40% | 0 | 0 | — |
▸case-09 To make a floating particle effect in iPollo Video move continuously, I set up `setInterval(() => { updateParticlePos(); }, 16)` in JavaScript. Can you review this approach? | fail→pass | 12,651 | 9,584 | -24% | 1 | 1 | 0% | 2,102 | 1,597 | -24% | 0 | 0 | — |
▸case-10 I am adding a fade-in text callout to Scene 3 in our iPollo Video project. Should I hardcode a global timestamp offset of 15.0 seconds assuming Scene 1 and Scene 2 are each 7.5 seconds long? | fail→pass | 9,511 | 6,847 | -28% | 1 | 1 | 0% | 1,396 | 1,137 | -19% | 0 | 0 | — |
▸case-11 We need a subtle pulse and fade highlight on our focal product shot in iPollo Video. I am modifying top and left CSS layout properties alongside opacity. Is this optimal for performance? | pass→pass | 10,164 | 14,958 | +47% | 1 | 1 | 0% | 1,680 | 1,340 | -20% | 0 | 0 | — |
▸case-12 When scrubbing backwards on our iPollo Video scene timeline, our hero element animation gets stuck out of sync because the keyframe system relies on past frame history. How do we fix frame rendering during scrub seeking? | fail→pass | 17,293 | 11,638 | -33% | 1 | 1 | 0% | 2,419 | 1,985 | -18% | 0 | 0 | — |
▸case-13 I just finished implementing smooth transform scale-in transitions for three logos in the iPollo Video introduction sequence. The code runs smoothly on my local preview player. Are there any final procedural steps required before submitting? | fail→pass | 11,946 | 6,759 | -43% | 1 | 1 | 0% | 1,825 | 785 | -57% | 0 | 0 | — |
▸case-14 We are designing a lower-third ticker banner for iPollo Video that scrolls news text across the screen. We set up `setInterval` to increment a `leftPos` variable by 2 pixels per call. How should this ticker animation be rewritten? | fail→fail | 14,419 | 20,559 | +43% | 1 | 1 | 0% | 2,422 | 1,620 | -33% | 0 | 0 | — |
▸case-15 Our iPollo Video project uses a unified linear movement visual system across all scenes. However, for a dramatic chart reveal in Scene 4, I want to override the visual system with a custom exponential bounce easing curve and unanchored timing. How should we proceed? | fail→pass | 14,859 | 9,874 | -34% | 1 | 1 | 0% | 2,116 | 1,610 | -24% | 0 | 0 | — |
▸case-16 To make a shimmer effect on our iPollo Video badge look natural, I used `Math.random()` and `Date.now() % duration` to calculate current shimmer offset. Is this suitable for video rendering? | pass→pass | 22,670 | 9,254 | -59% | 1 | 1 | 0% | 2,013 | 1,372 | -32% | 0 | 0 | — |
▸case-17 An interactive panel expands inside our iPollo Video scene overlay. I am animating CSS height from 50px to 200px and CSS padding from 10px to 30px. What is the recommended way to optimize this animation? | fail→pass | 28,172 | 12,116 | -57% | 1 | 1 | 0% | 2,521 | 2,187 | -13% | 0 | 0 | — |
▸case-18 Our title text animation in iPollo Video initializes when the user hits play and increments progress during playback events. If a user seeks directly to t=3.5s while paused, the text doesn't display. How do we resolve this? | fail→pass | 14,412 | 9,648 | -33% | 1 | 1 | 0% | 2,349 | 1,748 | -26% | 0 | 0 | — |
▸case-19 I made a tiny 0.1-second timing adjustment to a fade-out opacity transition in an iPollo Video title frame. Do I need to run HyperFrames validation for such a minor change? | pass→pass | 13,809 | 3,774 | -73% | 1 | 1 | 0% | 1,408 | 515 | -63% | 0 | 0 | — |
▸case-20 We are sliding in a video thumbnail from the right edge in iPollo Video. We currently animate the CSS `right` property from -100% to 0%. How should this transition be structured? | fail→fail | 12,554 | 9,664 | -23% | 1 | 1 | 0% | 2,192 | 1,440 | -34% | 0 | 0 | — |
▸case-21 In our iPollo Video application, we use `requestAnimationFrame` with a continuous `lastTime` delta accumulator to move graphic callouts. When scrubbing the timeline slider, the graphics fly off screen. What is the core fix? | pass→pass | 12,545 | 8,277 | -34% | 1 | 1 | 0% | 1,968 | 1,203 | -39% | 0 | 0 | — |
▸case-22 Scene 2 in iPollo Video lasts 4 seconds, but I configured a 5-second camera zoom motion transition effect for the scene elements. How should this timing discrepancy be handled? | fail→pass | 9,679 | 10,895 | +13% | 1 | 1 | 0% | 1,506 | 1,613 | +7% | 0 | 0 | — |
▸case-23 We are moving a highlight box vertically across three text items in an iPollo Video slide. We are animating `margin-top` on each step. What is the correct property strategy? | fail→fail | 11,708 | 7,318 | -37% | 1 | 1 | 0% | 1,708 | 1,211 | -29% | 0 | 0 | — |