Holiday Greeting Cards is a bundle come with 6 greeting cards that created for yearly holiday. The total 6 greeting cards include Christmas, New Year, Valentine Day, Happy Easter Day, Stay Safe and Halloween, with different animations, colors and wishes.
Stay in touch with your customers and friends with these holiday cards, and including a personal sentence or two adds even more meaning.
You can make your own card with your personal design, perfect for making your event invitations unique and your greetings original and personal by adding pictures, music and greeting text.
Create a card for any occasion anytime any year!
- 6 cards ready to share for yearly holiday.
- Easy to add any design elements with Parallax effects.
- Sprite sheet animation to make your cards looks alive.
- Custom greeting message embed with Google Fonts.
- Create button and link to company or personal website.
- Falling snow or rising animation to make perfect charming card.
- Create a card for any occasion anytime any year.
- Works Great on any Device (Desktop, Tablet, Mobile).
- All features and options are documented.
Easy to setup greeting assets and text in config.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<config>
<options>
<colors>
<text>#fff</text>
<background>#921111</background>
</colors>
<loader>assets/loader.png</loader>
<music audio="assets/music.ogg">true</music>
<fullscreen>true</fullscreen>
</options>
<landscape enable="true" width="1920" height="1080" contentWidth="1600" contentHeight="850">
<greeting_cover enable="true" transition="true">
<item x="1920" y="0" regX="908" regY="0">assets/item_cover_right.png</item>
<item x="0" y="0" regX="0" regY="0">assets/item_cover_left.png</item>
<item x="960" y="540">assets/button_open.png</item>
</greeting_cover>
<design_elements>
<item id="background" x="0" y="0" regX="0" regY="0">assets/background.png</item>
<item id="logo" x="960" y="300">assets/logo.png</item>
<item id="spritesheet" x="960" y="340" type="spritesheet" width="400" height="120" count="10" speed=".5">assets/spritesheet.png</item>
</design_elements>
<text>
<item id="text1" font="50px Caveat" lineHeight="50" color="#fff" align="center" x="960" y="460"><![CDATA[ Enter your
custom text here... ]]></item>
<item id="text2" font="50px Oswald" lineHeight="50" color="#FFC926" align="center" x="960" y="800"><![CDATA[ WWW.YOURSITE.COM ]]></item>
</text>
<falling_effects enable="true" alpha="true" scale="true" total="50" wind="0" speed="5" direction="true">
<item>assets/snow.png</item>
</falling_effects>
<parrallax_effects>
<item id="logo" movement="x" percentage="30" />
</parrallax_effects>
<links>
<item id="text2" hitX="-200" hitY="-40" hitWidth="400" hitHeight="80">https://codecanyon.net/item/holiday-greeting-cards-html5-canvas/33554155</item>
</links>
</landscape>
</config>
MAKE BY demonisblack