SlideShare a Scribd company logo
1 of 27
Download to read offline
How Create an Animated Web Banner
with InDesign & in5
The banner in this example was made with Adobe InDesign.
Yes, InDesign. The page layout tool.
InDesign Hidden Gems
While InDesign is known for print layout, it also has
extensive interactive capabilities, including:
•	 An Easy-to-use Animation Panel
•	 A Timing Panel to create sequenced animation
•	 The ability to create different Object States that
change with interaction
•	 Interactive actions for Buttons and Form Elements
Just because InDesign was originally conceived as a page
layout tool, doesn’t mean you have to create things that
look like books.
In this presentation, I’ll show you how use InDesign’s
interactive features and the in5 HTML5 export to create a
web banner.
Building the Animation in InDesign
1.	 Creating animation with InDesign is easy.
2.	 Lay out the elements as you would normally.
3.	 Open the Animation panel (Window > Interactive >
Animation).
4.	 Select an element and apply a preset.
In this image, the Preset is
set to Fade in.
That’s all you have to do
to create an animation.
Creating an animated sequence
Then I used the Timing panel (Window > Interactive > Timing)
to arrange the animation in the desired order.
The two rectangles come in
together (linked using the button at
the bottom of the panel), then the
text builds one line at a time.
Making it Responsive
While InDesign doesn’t have fully responsive capabilities
built in, it does have the Liquid Layout panel.
The Liquid Layout panel isn’t sophisticated enough to build
entire, responsive web sites (at least not easily).
However, it’s powerful enough to create a responsive
web banner, and it’s supported by in5!
You can find the Liquid Layout panel under Window >
Interactive > Liquid Layout.
Here are the Liquid Layout
settings for the same Text
Frame that we looked at
above.
Note that it’s pinned to the
bottom and the right.
The elements in the top left are pinned to the top and the left.
The big text (“web banner”) in the
middle is set to scale with both
the height and the width.
So when this browser window is
scaled down to a narrow width,
the elements respond and look
like the image shown here.
Creating a Borderless Experience
There two steps to making a banner that blends seamlessly
with the page.
•	 Use a transparent background for the banner.
•	 Ensure that no border appears around the content
frame.
To create the transparent background, I selected None for
both the Background and Page colors in the in5 dialog
(File > Export HTML5 with in5…).
Embedding Content in the Page
In the example above, I used the in5 Embed Plugin for
WordPress to put the banner into the top of this post.
I set the width to 100% and
selected Disable Scrolling
and Hide border so that no edges
would appear around the frame.
This created the
borderless banner that blends
seamlessly into the rest of the
post design.
Looping the Animations
Your in5 output is very flexible. You can append code to
create new functionality.
In this example, I added a JavaScript file to the output that
causes the animation to loop endlessly.
Here’s the code inside that file.
$(function(){
var reloadPageDelay = 3000; /*in milliseconds*/
var $replay_btn = $('[name=replay_btn]').on(clickEv, function() {
reloadPage() });
var animIDArr = $('.page').attr('data-ani-load').split('id:');
var $lastAnimElem = {};
while($lastAnimElem.length !== 1) {
var lastAnimID = animIDArr.pop().match(/d+/)[0];
var $lastAnimElem = $('[data-id='+lastAnimID+']'); }
function reloadPage(){
nav.currentPage = -1; nav.to(1); }
$lastAnimElem.on('webkitAnimationEnd oanimationend oAnimationEnd
msAnimationEnd animationend', function() { if(!$replay_btn.length) {
setTimeout( function(){ reloadPage(); }, reloadPageDelay); } });
});
Alternative looping methods
This isn’t the only way to create looping with in5.
I detailed another method in
creating a looping slideshow.
You can also create user-based looping with a button and
that can be done completely from InDesign (no extra code).
To do so, use the Buttons and Forms panel (Window >
Interactive > Buttons and Forms) to add a Go To Page action.
Since there’s only one page in this
document and the animations are
set to play On Page Load, clicking
this button will cause the animations
to play again.
As you can see,
the possibilities are endless and fairly easy to create!
View detailed article & get source files:
http://ajar.pro/blog/?p=2803

More Related Content

Similar to How Create an Animated Web Banner with InDesign & in5

ASP.NET Session 5
ASP.NET Session 5ASP.NET Session 5
ASP.NET Session 5
Sisir Ghosh
 
How To Express Your Creative Self With Windows Presentation Foundation And Si...
How To Express Your Creative Self With Windows Presentation Foundation And Si...How To Express Your Creative Self With Windows Presentation Foundation And Si...
How To Express Your Creative Self With Windows Presentation Foundation And Si...
guest83d3e0
 
Cis407 a ilab 2 web application development devry university
Cis407 a ilab 2 web application development devry universityCis407 a ilab 2 web application development devry university
Cis407 a ilab 2 web application development devry university
lhkslkdh89009
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.doc
butest
 
Cis407 a ilab 1 web application development devry university
Cis407 a ilab 1 web application development devry universityCis407 a ilab 1 web application development devry university
Cis407 a ilab 1 web application development devry university
lhkslkdh89009
 
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docxWeb project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
melbruce90096
 

Similar to How Create an Animated Web Banner with InDesign & in5 (20)

ASP.NET Session 5
ASP.NET Session 5ASP.NET Session 5
ASP.NET Session 5
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Eye candy for your iPhone
Eye candy for your iPhoneEye candy for your iPhone
Eye candy for your iPhone
 
Unit21 AO6
Unit21 AO6Unit21 AO6
Unit21 AO6
 
HTML5 apps for iOS (and probably beyond)
HTML5 apps for iOS (and probably beyond)HTML5 apps for iOS (and probably beyond)
HTML5 apps for iOS (and probably beyond)
 
How To Express Your Creative Self With Windows Presentation Foundation And Si...
How To Express Your Creative Self With Windows Presentation Foundation And Si...How To Express Your Creative Self With Windows Presentation Foundation And Si...
How To Express Your Creative Self With Windows Presentation Foundation And Si...
 
IE9 for developers
IE9 for developersIE9 for developers
IE9 for developers
 
Cis407 a ilab 2 web application development devry university
Cis407 a ilab 2 web application development devry universityCis407 a ilab 2 web application development devry university
Cis407 a ilab 2 web application development devry university
 
Lavacon 2014 responsive design in your hat
Lavacon 2014   responsive design in your hatLavacon 2014   responsive design in your hat
Lavacon 2014 responsive design in your hat
 
React Native: Introduction
React Native: IntroductionReact Native: Introduction
React Native: Introduction
 
SDN Mentor Hands On - Exercise 2
SDN Mentor Hands On - Exercise 2SDN Mentor Hands On - Exercise 2
SDN Mentor Hands On - Exercise 2
 
Webexpration2007 ii
Webexpration2007 iiWebexpration2007 ii
Webexpration2007 ii
 
Just Enough Web Design.doc.doc
Just Enough Web Design.doc.docJust Enough Web Design.doc.doc
Just Enough Web Design.doc.doc
 
Cis407 a ilab 1 web application development devry university
Cis407 a ilab 1 web application development devry universityCis407 a ilab 1 web application development devry university
Cis407 a ilab 1 web application development devry university
 
Xpression CG Handbook
Xpression CG HandbookXpression CG Handbook
Xpression CG Handbook
 
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docxWeb project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
 
Walkthrough asp.net
Walkthrough asp.netWalkthrough asp.net
Walkthrough asp.net
 
Spectrum 2015 responsive design
Spectrum 2015   responsive designSpectrum 2015   responsive design
Spectrum 2015 responsive design
 
Getting Started With Material Design
Getting Started With Material DesignGetting Started With Material Design
Getting Started With Material Design
 
Web dynpro for abap
Web dynpro for abapWeb dynpro for abap
Web dynpro for abap
 

Recently uploaded

➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
amitlee9823
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
kumaririma588
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
tbatkhuu1
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
wpkuukw
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
amitlee9823
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
mark11275
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
nirzagarg
 

Recently uploaded (20)

Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520Real service provider college girl Mira Road 8976425520
Real service provider college girl Mira Road 8976425520
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...AMBER GRAIN EMBROIDERY | Growing folklore elements |  Root-based materials, w...
AMBER GRAIN EMBROIDERY | Growing folklore elements | Root-based materials, w...
 
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men  🔝jhansi🔝   Escorts S...
➥🔝 7737669865 🔝▻ jhansi Call-girls in Women Seeking Men 🔝jhansi🔝 Escorts S...
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...Booking open Available Pune Call Girls Nanded City  6297143586 Call Hot India...
Booking open Available Pune Call Girls Nanded City 6297143586 Call Hot India...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
 
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Jigani Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
UI:UX Design and Empowerment Strategies for Underprivileged Transgender Indiv...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 

How Create an Animated Web Banner with InDesign & in5

  • 1. How Create an Animated Web Banner with InDesign & in5
  • 2. The banner in this example was made with Adobe InDesign. Yes, InDesign. The page layout tool.
  • 3. InDesign Hidden Gems While InDesign is known for print layout, it also has extensive interactive capabilities, including: • An Easy-to-use Animation Panel • A Timing Panel to create sequenced animation • The ability to create different Object States that change with interaction • Interactive actions for Buttons and Form Elements
  • 4. Just because InDesign was originally conceived as a page layout tool, doesn’t mean you have to create things that look like books.
  • 5. In this presentation, I’ll show you how use InDesign’s interactive features and the in5 HTML5 export to create a web banner.
  • 6. Building the Animation in InDesign 1. Creating animation with InDesign is easy. 2. Lay out the elements as you would normally. 3. Open the Animation panel (Window > Interactive > Animation). 4. Select an element and apply a preset.
  • 7. In this image, the Preset is set to Fade in. That’s all you have to do to create an animation.
  • 8. Creating an animated sequence Then I used the Timing panel (Window > Interactive > Timing) to arrange the animation in the desired order.
  • 9. The two rectangles come in together (linked using the button at the bottom of the panel), then the text builds one line at a time.
  • 10. Making it Responsive While InDesign doesn’t have fully responsive capabilities built in, it does have the Liquid Layout panel.
  • 11. The Liquid Layout panel isn’t sophisticated enough to build entire, responsive web sites (at least not easily). However, it’s powerful enough to create a responsive web banner, and it’s supported by in5!
  • 12. You can find the Liquid Layout panel under Window > Interactive > Liquid Layout.
  • 13. Here are the Liquid Layout settings for the same Text Frame that we looked at above. Note that it’s pinned to the bottom and the right.
  • 14. The elements in the top left are pinned to the top and the left. The big text (“web banner”) in the middle is set to scale with both the height and the width. So when this browser window is scaled down to a narrow width, the elements respond and look like the image shown here.
  • 15. Creating a Borderless Experience There two steps to making a banner that blends seamlessly with the page. • Use a transparent background for the banner. • Ensure that no border appears around the content frame.
  • 16. To create the transparent background, I selected None for both the Background and Page colors in the in5 dialog (File > Export HTML5 with in5…).
  • 17. Embedding Content in the Page In the example above, I used the in5 Embed Plugin for WordPress to put the banner into the top of this post.
  • 18. I set the width to 100% and selected Disable Scrolling and Hide border so that no edges would appear around the frame. This created the borderless banner that blends seamlessly into the rest of the post design.
  • 19. Looping the Animations Your in5 output is very flexible. You can append code to create new functionality.
  • 20. In this example, I added a JavaScript file to the output that causes the animation to loop endlessly.
  • 21. Here’s the code inside that file. $(function(){ var reloadPageDelay = 3000; /*in milliseconds*/ var $replay_btn = $('[name=replay_btn]').on(clickEv, function() { reloadPage() }); var animIDArr = $('.page').attr('data-ani-load').split('id:'); var $lastAnimElem = {}; while($lastAnimElem.length !== 1) { var lastAnimID = animIDArr.pop().match(/d+/)[0]; var $lastAnimElem = $('[data-id='+lastAnimID+']'); } function reloadPage(){ nav.currentPage = -1; nav.to(1); } $lastAnimElem.on('webkitAnimationEnd oanimationend oAnimationEnd msAnimationEnd animationend', function() { if(!$replay_btn.length) { setTimeout( function(){ reloadPage(); }, reloadPageDelay); } }); });
  • 22. Alternative looping methods This isn’t the only way to create looping with in5. I detailed another method in creating a looping slideshow.
  • 23. You can also create user-based looping with a button and that can be done completely from InDesign (no extra code).
  • 24. To do so, use the Buttons and Forms panel (Window > Interactive > Buttons and Forms) to add a Go To Page action.
  • 25. Since there’s only one page in this document and the animations are set to play On Page Load, clicking this button will cause the animations to play again.
  • 26. As you can see, the possibilities are endless and fairly easy to create!
  • 27. View detailed article & get source files: http://ajar.pro/blog/?p=2803