Skip to content

muile-disprz/Email-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research around advanced UI/UX functionality in Email Templates

Support for horizontal scroll

Mostly Support for the overflow CSS property, we can apply for these email clients(representative):

Apple mail

Screen Shot 2022-01-07 at 8 09 38 PM

Outlook web

Screen Shot 2022-01-07 at 8 09 25 PM

Gmail web

Screen Shot 2022-01-07 at 8 16 58 PM

Support for flip of a div on hover

Hover is works fine in some email clients, but transform, transition only works for specific email(Apple mail, IOS, Outlook on macOS)

  • Hover Screen Shot 2022-01-07 at 8 19 48 PM
  • Transition, Transform Screen Shot 2022-01-07 at 8 23 52 PM

Apple mail +

flipdiv

Outlook web -

Screen Shot 2022-01-07 at 8 29 30 PM

Gmail web -

google_div

Rendering a sentence with animation by displaying one character at a time.

Overview CSS animation is supported in webkit clients, such as Apple Mail, iOS mail apps, Outlook on Mac, and when viewing emails in a browser.

Screen Shot 2022-01-07 at 7 57 21 PM

Apple mail +

apple_animation

Outlook web -

Screen Shot 2022-01-07 at 8 36 05 PM

Gmail web -

Screen Shot 2022-01-07 at 8 34 44 PM

Notes I try to find docs and do a lot of examples, but I can't do the animation works fine to support multiple email clients, which seems like a challenge to me.

Questions

  • Have you any documents or examples for the section second and third of the research list?

Send email

  • Clone source code, then cd your/source/path and npm i
  • Change the email to on server.js

Screen Shot 2022-01-07 at 8 49 28 PM and copy the template that you want to send into email.handlebars:

Screen Shot 2022-01-07 at 9 03 48 PM

  • run node server.js

Resource Refer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published