I like the Iconlist ‘pop’ animation. Is there any way to add it to my own images? I have an iconbar style left over from a previous design that I’d like to add a bit of life to.
Failing that, is there an easy way to recreate this style in Enfold? (link added privately)
Thanks!
Hey jomtones!
Please edit column elements where you have your icons and change animation as needed – http://i.imgur.com/nn8odRr.png :)
Regards,
Yigit
Thanks Yigit! This will be a great help for some things, but I don’t know how I can achieve this layout using columns – which is why I ended up writing my own. If I add my custom block inside a 1/1 column, then the whole lot pops in, rather than the individual icons.
I’ve noticed that if I add the animation css in to my custom icon classes, they do ‘pop’ – but I can’t figure out how to make them go from the ‘pre’ state (commented out in this code) to the ‘animating’ ;)
-webkit-animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
animation: avia_appear 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
/* before animation
opacity: 0.2;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
*/
Image attached
Hi!
it would require a huge amount of time and customization of the theme and that is why you would need to hire a freelance developer for this job.
Cheers!
Andy
Ah, too bad. Thought I could just add a CSS class and get the ‘pop’.
I’ve got the layout working already, so I’ll investigate further.