Jump to content

Special Effects upon Page Enter


BWT

Recommended Posts

These little lines of code adds a special effect apon page entering. Each one of the lines below adds a different page enter effect. I came accross this little tweek and thought it was cool so i decided to test it out in prestashop and it works perfect!

How to make it work?
Add one of the lines below to your "header.tpl" file in your theme folder right below the head tag.

header.tpl
<head>
add code here
<title>blah blah blah</title>

===============================
EFFECTS
------------------

circle out :
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=2)">

Box Out:
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=1)">

Random :
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=23)">

Wipe to Right:
<META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=4,Transition=6)">

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...