LIVE PREVIEWBUY FOR $13

Pocket Christmas Card - Animated Creative HTML5 Template - 1

View updates log

Inventive animated Christmas greeting in your cherished as soon as, buddies or shoppers! That is one among my flash animations re-designed to responsive HTML5 template with Adobe Animate CC and CreateJS. Together with enjoyable orthographic animation, this template supply customizable built-in brand, exterior music file included in obtain archive, adjustable textblock in your greetings message and button with customized URL-linking to redirect person to your web site or social media profile.

              Pocket Christmas Card - Animated Creative HTML5 Template - 2

Animation centered in browser window. Template is totally responsive and design appears to be like appropriate and sharp at any units. Straightforward to customise brand, music, textual content greetings, URL-button, recolor objects (background, folder, timber, items, toys) through modifying settings.js and magnificence.css with any texteditor. Observe, for extra modifying, for instance shapes or animations, you want Adobe Animate CC put in.

Pocket Christmas Card - Animated Creative HTML5 Template - 3

Options:

  • You possibly can open and shut xmas card to start out/cease animations.
  • Many settings in settings.js (see code instance under), simple to make use of, you may change brand, music file, textual content, sizes, recolor with out recompile unique .FLA file.
  • Authentic music loop and sound results included in archive.
  • Able to add index.html web page with responsive animation centered in browser.
  • Effectively commented code.
  • Documentation.

Re-color with JS-variables in textual content editor:

Pocket Christmas Card - Animated Creative HTML5 Template - 4

Credit:

Free font utilized in template: Miso by Mårten Nettelbladt
Library used for principal animation:
CreateJS http://www.createjs.com/
Libraries used for detect browser and IE fallback:
Jquery https://jquery.com/
Yepnope http://yepnopejs.com/
Extra libraries:
inobounce.js

Recordsdata included:

FLA, HTML, JS, CSS, MP3, PSD, PNG, Documentation

When you like this template, please charge/share it after buy.
Thanks and Merry Christmas!

Updates:


*** Model 1.2 - 16 December 2019 ***
BUG FIXES: 
- Mounted situation when ecard do not beginning in Edge browser with recolor characteristic added.

*** Model 1.1 - 7 December 2019 ***
NEW FEATURE: 
- Added simple recolor capacity for ecard components (folder, timber, toys, items).

Instance of settings.js with person preferences:


// ------------------------------------------------------------
//
//     POCKET XMAS CARD by Kontramax
//
// ------------------------------------------------------------
//
// Preliminary setup - you may change parameters right here:

// Predominant animation settings
var main_animation_x = 0; // Animation place by X (in pixels)
var main_animation_y = -50; // Animation place by Y (in pixels)
var main_animation_scale = 120; // Animation sale issue (in percents)

// Brand settings
var logo_enable = true; // Present or conceal brand on card (true, false)
var logo_path = "pictures/brand.png"; // Specify right here path to your brand
var logo_x = 3; // Brand place corrections by X (in pixels)
var logo_y = -15; // Brand place corrections by Y (in pixels)
var logo_scale = 43; // Brand sale issue (in percents)

// Greeting textual content settings
var textbox_message = "Pricey buddies!nPut this card in your pocket and Christmas temper all the time will likely be with you. Be joyful and hold smiling!"; // Use n as line break
var textbox_font = "regular 27px miso-regular"; // Font face settings
var textbox_color = "#DBF5FF"; // Greeting textual content colour
var textbox_x = 0; // Greeting textbox place by X (in pixels)
var textbox_y = -70; // Greeting textbox place by Y (in pixels)
var textbox_scale = 100; // Greeting textbox scale issue (in percents)
var textbox_linewidth = 350; // Width of textual content field
var textbox_lineheight = 32; // Font line peak
var textbox_align = "heart"; // Horizontal alignment (left, heart, proper)
var textbox_baseline = "center"; // Baseline alignment (high, center, backside)

// Button settings
var button_enable = true; // Present button under greeting (true, false)
var button_text = "Merry Christmas!"; // Textual content on button
var button_text_hover = " Purchase Pocket Card "; // Textual content on hovered button
var button_url = "http://kontramax.com"; // URL path when click on on button
var button_url_target = "_blank"; // Concentrating on URL (_blank, _self, _parent, _top)
var button_font = "regular 23px miso-regular"; // Font face settings
var button_space = 28; // Distance between greeting textual content and button
var button_margin_x = 36; // Distance from button textual content to button borders by X
var button_margin_y = 20; // Distance from button textual content to button borders by Y
var button_rounded = true; // Rectangle or rounded button (true, false)
var button_text_color = "#6283B3"; // Button textual content colour when idle
var button_text_color_hover = "#DBF5FF"; // Button textual content colour on hover
var button_fill_color = "#DBF5FF"; // Button fill colour when idle
var button_fill_color_hover = "#EF1D4B"; // Button fill colour on hover

// Music settings
var music_path = "sounds/music.mp3"; // Path to music
var sound_in_path = "sounds/sounds-in.mp3"; // Path to sound-in FX
var sound_out_path = "sounds/sounds-out.mp3"; // Path to sound-out FX
var music_loop = true; // Repeat music file (true, false)
var mute_all = false; // Mute music and sounds (true, false)

// Predominant recolor settings
var card_gradient_color_1 = "#808B9D"; // Default: #808B9D
var card_gradient_color_2 = "#6084AB"; // Default: #6084AB
var card_snow_traces_color_1 = "#667591"; // Default: #667591
var card_snow_traces_color_2 = "#6084AB"; // Default: #6084AB
var trees_gradient_color_1 = "#D9E0E3"; // Default: #D9E0E3
var trees_gradient_color_2 = "#9CA6B0"; // Default: #9CA6B0
var tree_toys_gradient_color_1 = "#FF004D"; // Default: #FF004D
var tree_toys_gradient_color_2 = "#4F212B"; // Default: #4F212B
var tree_toys_gradient_color_3 = "#6A1A2F"; // Default: #6A1A2F
var tree_toys_gradient_color_4 = "#771631"; // Default: #771631
var shadow_visible = true; // Visibility of fold shadow on card
var shadow_alpha = 100; // Alpha of fold shadow on card (in percents), default: 10
var shadow_gradient_color_1 = "rgba(85, 119, 153, 0)"; // Default: rgba(85, 119, 153, 0)
var shadow_gradient_color_2 = "#587797"; // Default: #587797

// Present 1 recolor settings
var gift1_box_light = "#C51144"; // Default: #C51144
var gift1_box_med = "#920736"; // Default: #920736
var gift1_box_dark = "#530025"; // Default: #530025
var gift1_ribbon_light = "#FFFFFF"; // Default: #FFFFFF
var gift1_ribbon_dark = "#919191"; // Default: #919191

// Present 2 recolor settings
var gift2_box_light = "#5D5964"; // Default: #5D5964
var gift2_box_med = "#403F4D"; // Default: #403F4D
var gift2_box_dark = "#1E1E23"; // Default: #1E1E23
var gift2_ribbon_light = "#FFB700"; // Default: #FFB700
var gift2_ribbon_med = "#FF9900"; // Default: #FF9900
var gift2_ribbon_dark = "#915700"; // Default: #915700

// Present 3 recolor settings
var gift3_box_light = "#3A91EE"; // Default: #3A91EE
var gift3_box_med = "#137DD2"; // Default: #137DD2
var gift3_box_dark = "#3D64A6"; // Default: #3D64A6
var gift3_ribbon_light = "#1B5389"; // Default: #1B5389
var gift3_ribbon_med = "#30467A"; // Default: #30467A
var gift3_ribbon_dark = "#0B2C42"; // Default: #0B2C42

// Present 4 recolor settings
var gift4_box_light = "#FFD200"; // Default: #FFD200
var gift4_box_med = "#E0AB00"; // Default: #E0AB00
var gift4_box_dark = "#9C4D00"; // Default: #9C4D00
var gift4_ribbon_light = "#C40451"; // Default: #C40451
var gift4_ribbon_med = "#7A002B"; // Default: #7A002B
var gift4_ribbon_dark = "#33000E"; // Default: #33000E

// Settings for checks
var stop_animation_on_button_click = true; // Beta: sluggish cease animations after button click on
var center_page_mark_enable = false; // Present marks for centering checks
var show_test_info = false; // Present fps, dpr and many others. data for checks

Congratulate your mates with cool animated ecards

Animated Christmas HTML5 eCards

Examine my gadgets at present on sale

Items On Sale

Additionally try further music in your movies

Kontramax portfolio on Audiojungle
Jazz Funky Groove music audio collection on AudiojunglePocket Christmas Card - Animated Creative HTML5 Template - 5Electro House Breakbeat music audio collection on AudiojunglePocket Christmas Card - Animated Creative HTML5 Template - 6Happy Folk Acoustic music audio collection on Audiojungle
Corporate Motivational Inspiring music audio collection on AudiojunglePocket Christmas Card - Animated Creative HTML5 Template - 7Seasonal Holiday Christmas music audio collection on AudiojunglePocket Christmas Card - Animated Creative HTML5 Template - 8Game Cinematic Experimental music audio collection on Audiojungle

Visit my site

Kontramax portfolio on ThemeforestPocket Christmas Card - Animated Creative HTML5 Template - 9Kontramax portfolio on CodecanyonPocket Christmas Card - Animated Creative HTML5 Template - 10Kontramax portfolio on VideohivePocket Christmas Card - Animated Creative HTML5 Template - 11Kontramax portfolio on Audiojungle

Kontramax portfolio on GraphicriverPocket Christmas Card - Animated Creative HTML5 Template - 12Kontramax photo portfolioPocket Christmas Card - Animated Creative HTML5 Template - 13Kontramax portfolio on 3DoceanPocket Christmas Card - Animated Creative HTML5 Template - 14Kontramax freebie flash portfolio


Source