Activity › Forums › Adobe After Effects › Create RSS Visualizer Effect
-
Create RSS Visualizer Effect
Posted by Sally Lewis on August 29, 2011 at 11:48 amA client has asked for an exact replica of the animation & background from Apple’s screensaver the “RSS Visualizer.” Any suggestions or knowledge of a similar type template? Thank you, Sally
Sally Lewis replied 14 years, 8 months ago 3 Members · 5 Replies -
5 Replies
-
Brian Charles
August 29, 2011 at 6:50 pmI’m not aware of a template for this but it should be simple to replicate. If you enable 3D for the type layer, leave the type left aligned and animate Y Rotation, you’re almost there.
To have the layers follow the headline you can use the valueAtTime expression and an offset value something like this:
thisComp.layer(index-1).transform.yRotation.valueAtTime(time -.2))
-
Walter Soyka
August 30, 2011 at 12:11 amBrian gave you great advice on animating the text.
I’ll add that you could make the background with the Fractal Noise effect [link]. If you want it to react to a camera, you can also use Trapcode Horizon [link].
If you want to geek out on the RSS Visualizer, you can install the Developer Tools (from your Mac OS disk), to get Quartz Composer, which is a node-based, visual programming environment. You can then open, view, and edit the RSS Visualizer, which is a .qtz file located in System > Library > Screen Savers.
Walter Soyka
Principal & Designer at Keen Live
Motion Graphics, Widescreen Events, Presentation Design, and Consulting
RenderBreak Blog – What I’m thinking when my workstation’s thinking
Creative Cow Forum Host: Live & Stage Events -
Brian Charles
August 30, 2011 at 4:30 am[Walter Soyka] “If you want to geek out on the RSS Visualizer, you can install the Developer Tools (from your Mac OS disk), to get Quartz Composer, which is a node-based, visual programming environment. You can then open, view, and edit the RSS Visualizer, which is a .qtz file located in System > Library > Screen Savers.
“Very interesting Walter, thanks for the tip!
-
Walter Soyka
August 30, 2011 at 12:25 pmBrian, you’ll love Quartz. It’s very cool, and it powers all sorts of things throughout OS X.
To bring this back to AE, you can develop your own effects for AE in Quartz Composer with Noise Industries FxFactory — see the FxFactory Developer docs [link].
Walter Soyka
Principal & Designer at Keen Live
Motion Graphics, Widescreen Events, Presentation Design, and Consulting
RenderBreak Blog – What I’m thinking when my workstation’s thinking
Creative Cow Forum Host: Live & Stage Events
Reply to this Discussion! Login or Sign Up