inherit
213990
0
Aug 29, 2019 10:08:59 GMT -8
Hernandez
162
September 2014
ziden
|
Post by Hernandez on Nov 21, 2014 12:37:27 GMT -8
Installation Guide:Put this code in the Header or the footer and Replace IMAGE URL with the Picture will shows <img id="animated-example" class="animated fadeInDownBig" src="IMAGE URL">
and put this code in the bottom Admin Home> Themes> Advanced Styles & CSS> Style Sheet #animated-example { width: 300px; height: 200px; border: solid 1px #1A7404; position: absolute; background-color: #62A80A; }
.animated { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }
|
|
Mac
New Member
Everything Ferris Bueller learnt in life he learnt from ME!
Posts: 183
inherit
ewc.president@gmail.com
195560
0
Nov 5, 2023 15:18:14 GMT -8
Mac
Everything Ferris Bueller learnt in life he learnt from ME!
183
June 2013
dannymac
|
Post by Mac on Feb 4, 2015 13:11:20 GMT -8
Is there an example of what this looks like?
|
|
inherit
213990
0
Aug 29, 2019 10:08:59 GMT -8
Hernandez
162
September 2014
ziden
|
Post by Hernandez on Feb 6, 2015 10:18:36 GMT -8
Fade In Down Big Animation , Is a Picture Show Every Refresh , U can Try It
|
|
Former Member
inherit
guest@proboards.com
222576
0
Dec 4, 2024 7:57:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 6, 2015 14:54:04 GMT -8
this is pretty cool not much talk in this thread, and i cant understand why ..... simple and effective is there a way to have it go down when you first go on to the site ? it seems to only do it when you look at the image Then refresh. in other words ... you have to be at the bottom of the page for it to work, which is still cool
|
|