last week i posted a tip that zooms the main page forum and blog posts when you hover over it well i tweaked it a tad  increasing the zoom by 5% and added a transparency as it zooms as well as added a z-index so the profile icon below it doesn't float over it

the live demo can be seen here

http://www.dreadlockssite.com/main/

the code;

.xg_widget_main .module_blog .blogpost:hover,.xg_widget_main .module_forum div.vcard div.topic:hover {background-color:#14135E;-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;opacity:0.70;z-index:999999;}

adjustments;

ofcourse background color should be adjusted to something that matches youtr theme or delete it to have no background color change

scale is the zoom level 1.25 means 125% or 25% above normal 1.35 would zoom 10% more 1.15 10% less
transition speed .6 is 6/10th of a second just over 1/2 a second to complete the ease out animation you can also add a delay like if you want it to wait 1 second then ease out for 1 second  (but i dont think a delay makes sence for this purpose)

opacity 0.70 is 70% opaque or 30% transparent adjust the 0.70 higher towards 1 to be less opaque or lower  to be more see through i settled on 70 which alowed the elements behind it to be sen without making it too unreadable

i had applied the same effectto the forum posts and replies but it made long posts grow too far since both length and width  increased 25%   a long post could completely cover a shorter reply above and below it

thats why i got inspired to add the transparency so you could at least tell there was something behind it, but it didnt solve the problem so i left it out and id not include code to apply the effect to those posts and replies.

for an even cooler effect

add border radius and box shadow to the hover code above

your forum posts that dont have  the border radius and box shadow  till hovered will zoom  the corners go from square to round and the shadow  apear as it transitions

edit:

to add  a floating effect that rounds the corners adds a shadow and zooms all in 1 motion try this code


.xg_widget_main .module_blog .blogpost:hover,.xg_widget_main .module_forum div.vcard div.topic:hover {border:1px solid #ccc;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;-webkit-box-shadow:6px 6px 10px #ccc;-moz-box-shadow:6px 6px 10px #ccc;box-shadow:6px 6px 10px #ccc;width:535px;-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;
z-index:999999;background-color:#fff;padding:1em;}

notes i added a white background u can change that  without the background it acts like theres no background and you see everything behind it

i also added padding to keep the text from extending outside the now rounded borders

that effect can be seen on my new site www.phillyhangout.com

Views: 558

Reply to This

Replies to This Discussion

Thanks for this Tip, I really liked.
I included in my network in the last  activity module. Here
What I would like to know is why  when does the hover, passes over the left column but it goes under the right column.

Can you help me?
  Thanks

thats why i didnt use it there  but  thats a function of z-index

z-index moves it forward or bactwards in the stacking order the higher the number the more forward some divs may have a very high z-index to make it topmost  just experiment with setting that higher

you may also need to add a position; (relative fixed or absolute)

Looks good SoaringEagle.

thnx  the morphing borders effect if you add thats pretty cool  it unintentionaly was added to many members pages  in the menu so subtabs morph from rectangle to rounded as they slide out..its pretty cool  and adding it to the main page posts would be pretty unique

i already had rounded corners and shading so left it as is

Thank You Soaringeagle, for the info,

I'll check.

i found its a bit glitchy when applied to the activity feed thats why i k[left it off like when you mouse over photo posts it gets sorta jumpy and flashy (only wayu to describe it)

did u check out the code i added to the end of the original post?

@alexander could you please tell me how you did it for the latest activity..thanks

Sorry Solo,

I just came back from work. This is the code I use for latest activity hover:

 .feed-story:hover{
-webkit-transform:scale(1.20);
-moz-transform:scale(1.20);
-webkit-transition:all .6s ease-out; 
-moz-transition:all .6s ease-out;
}

Good lock!

thanks Alexander

hey soaringeagle how is the script written for late activity..having problem doing this thanks

try

div.feed-story:hover as the selector

if that dont work let me know

Hey eagle where do i place it at in the code..do i just change the part that says..div.vcard div.topic:hover ...?

RSS

Latest Activity

Joe Fulton replied to Jared's discussion 'Leaving members, deleting content, Archive feature'
"No response from Allison or Eric as of yet.  I had sent Eric Seuez an e-mail and expected…"
3 hours ago
Rosemary Burns joined Allison Leahy's group
Thumbnail

The Sandbox

Join The Sandbox to experiment with Ning 3.0 now!The Ning Team will be triaging bug reports and…See More
5 hours ago
Profile IconNing via Facebook
Thumbnail

The Ning Platform explained in a bakers dozen of pretty slides. Enjoy!…

See More
Facebook5 hours ago · Reply
Allison Leahy joined arqueologiadigital.com's group
Thumbnail

Criadores Brasileiros - Brazilian Creators

Grupo para todas as redes Brasileiras do Ning. (Group for all Ning Brazilian Networks).See More
6 hours ago
Elshara Silverheart replied to Elshara Silverheart's discussion 'Free Site Promotion'
"Like before, remember to include the full web address of your network so that it can get properly…"
6 hours ago
Strumelia replied to Elshara Silverheart's discussion 'I am A Little Upset'
"I feel for you Elshara, it must have been upsetting.  But this is a good example of why we…"
7 hours ago
Sylvia Hysen replied to Sylvia Hysen's discussion 'Great Slider- must see!'
"Thx Where Women Blog... I did the graphic design in Photoshop and I hired a pro to do the…"
7 hours ago
Michelle Duchemin replied to Phil McCluskey's discussion 'Mini Release: CSS classes and bug fixes'
"Hi All, Just a quick question: Where can I find this document that has all the up to date CSS…"
7 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service