Tip: adding animation effects

Post

Posted
Rating:
Item has a rating of 5 Item has a rating of 5 Item has a rating of 5 Item has a rating of 5 Item has a rating of 5 (Liked by Chris Graham)
#5382 (In Topic #1096)
The CSS3 Animation Cheat Sheet is a set of preset, plug-and-play animations for your web projects. All you need to do is add the stylesheet to your website and apply the premade CSS classes to the elements you want animated.

http://www.justinaguilar.com/animations/#

Just add the css file  to your HEAD template and then you can animate your site logo or other objects easily with a tag.

For example see https://futurecode.jp
The logo slides in and the social network buttons float  :)

 

Post

Posted
Rating:
#5383
Hello,

I noticed that animations work when I am logged in and not when logged out.

The HEAD template mentions that the cache needs to be manually cleared, is that the caches -> guest pages?

thank you

 

Post

Posted
Rating:
#5384

ironfeather said

Hello,

I noticed that animations work when I am logged in and not when logged out.

The HEAD template mentions that the cache needs to be manually cleared, is that the caches -> guest pages?

thank you

 

It does sound like the static cache.

The caches/guest_pages directory can be manually emptied, yes.
Or clear the block caching from the cleanup tools in the Admin Zone.

Post

Posted
Rating:
#5385
Howdy,

The clear block cache tool said it worked but I still  have 33,000 files in the caches - guestpages directory

I went in and manually rm -f *.htm

anyways i fixed my problem, it was my fault…..  I was loading the animations.css  within an admin only section thus only worked when i was logged in. I relocated the load in and now works fine…. i must have been asleep when i was doing that :o

1 guest and 0 members have recently viewed this.