Conversation

OKAY SO how many text transitions are there in the Big Bill Hell's video? First up, we've got the FUCK YOU BALTIMORE text. This one is complex movement. It moves in like a star wars crawl, then rotates up and then zooms in.
Embedded video
GIF
17
690
Replying to
Next there's the "YOU CAN KISS MY ASS!" text, which does a newspaper-spin towards the camera, ending with it at an angle
Embedded video
GIF
4
149
Then there's "SHOVE IT UP YOUR UGLY ASS" which zooms out from invisible. This one is interesting because it's not 1:1. The text is WAY wider than it is tall, during the zoom.
Embedded video
GIF
1
126
This also is interesting because it inadvertently gives away how they're doing the shadows. It's a grey version of the same text, but it's being stretched slightly differently, so the shadow doesn't work during this transition
Image
4
104
the next text is a repeat of "SHOVE IT UP YOUR UGLY ASS!" which appears to be the same, although they stay on the final frame a bit longer (0.3s)
Embedded video
GIF
1
91
next up is "WE'LL FUCK HER" which doesn't really transition, it just wobbles in place. I think this is the shortest text screen, at only 0.8s
Embedded video
GIF
1
111
I'm completely wrong, the next one is THAT'S RIGHT which only appears for 0.467s This one is doing a fast scroll up from the bottom.
Embedded video
GIF
1
93
then there's "WE'LL FUCK YOUR WIFE!" which is the same newspaperzoom as "YOU CAN KISS MY ASS!" but they're playing it much faster.
Embedded video
GIF
4
104
this one is another one that shows how much the shadows aren't implemented "correctly", as here they're nearly 90 degrees off the main text.
Image
4
82
next is "HOME OF CHALLENGE PISSING" which uses the same perspective+rotate+zoom thing as "FUCK YOU BALTIMORE!"
Embedded video
GIF
3
103
here's that in slowmo. Maybe it's not actually an affine transformation, but it's a weird perspective rotation? it's strange and hard to tell.
Embedded video
GIF
2
69
then we've got "FUCK OFF" which is an interesting combination of two effects. first, It pans up from the bottom like "THAT'S RIGHT", but it has some overshoot-easing going on, and also it slowly reveals the second word.
Embedded video
GIF
1
82
"GO TO HELL" is a simple slide-in from off screen, just at an angle rather than a simple pan-up.
Embedded video
GIF
1
80
Then our final text screen is "GUARANTEED!" which uses a rotate-in-place perspective effect.
Embedded video
GIF
1
75
That one then fades to black at the end, but I don't think that's actually a text effect, it's probably just a general editing effect.
Embedded video
GIF
3
62
SO there are 13 (or 12) text screens in this ad: 1. FUCK YOU BALTIMORE! 2. YOU CAN KISS MY ASS! 3. SHOVE IT UP YOUR UGLY ASS! 4. SHOVE IT UP YOUR UGLY ASS! (repeated) 5. WE'LL FUCK HER! 6. THAT'S RIGHT! 7. WE'LL FUCK YOUR WIFE! 8. HOME OF CHALLENGE PISSING 9. DON'T FUCK WITH US
1
84
This first "GUARANTEED!" comes between "YOU CAN KISS MY ASS" and "SHOVE IT UP YOUR UGLY ASS" This one does a perspective rotate while moving down from the top.
Embedded video
GIF
2
67
So, the 14 (or 13, if you don't count the repeated "SHOVE IT UP YOUR UGLY ASS") text screens: 1. FUCK YOU BALTIMORE! 2. YOU CAN KISS MY ASS! 3. GUARANTEED! (#1) 4. SHOVE IT UP YOUR UGLY ASS! 5. SHOVE IT UP YOUR UGLY ASS! (repeated) 6. WE'LL FUCK HER! 7. THAT'S RIGHT!
3
56
8. WE'LL FUCK YOUR WIFE! 9. HOME OF CHALLENGE PISSING 10. DON'T FUCK WITH US 11. FUCK OFF 12. HURRY UP, ASSHOLE! 13. GO TO HELL 14. GUARANTEED! (#2)
3
56
and as for text effects, the different ones used are: 1. star wars crawl+rotate+zoom 2. newspaper spin 3. zoom out 4. wobble 5. slide in (up or at an angle) 6. shear-unrotate 7. scroll up+easing+reveal second word 8. perspective rotate in place 9. perspective rotate+slide
1
48
so with ONE EXCEPTION I think this animation system is just animating 2D screens in 3D space. (Nearly) every effect here is basically just moving a partially transparent texture around a simple 3D space.
1
46
the one exception is this. You can't do revealing of the second word with just manipulating static 2D textures in 3D space.
Embedded video
GIF
2
46
as for how that one is done... I can't really be sure. It may be an animated 2D screen? That would make sense for an animation system.
1
39
They may have rendered out "FUCK" revealing itself into "FUCK OFF" as a video, then imported that as a 2D animation to display on the scroll-up-with-easing transition.
1
43
alternatively they could have a crop window on the animation. if they made that animate over time, starting with only showing the left side of the "FUCK OFF" panel, it'd be like the second word was revealed.
1
39
I don't think it's a text animation. Like, you might expect that a text-oriented animation system would let you put up text and chance it mid animation, but... it probably wouldn't cut off partial letters.
Image
1
41
I'd expect that to change "FUCK" to "FUCK O" to "FUCK OF" to "FUCK OFF" but instead it's clearly a pixel-based animation.
3
31
Show replies