[*]
@keyframes animatedBackground {
from { background-position: 0 0; }
to { background-position: 100% 0; }
}
Find a place to stay.
Rent from people in over 34,000 cities and 192 countries.
Learn More
Neighbourhood Guides
Not sure where to stay? We've created neighbourood guides for cities all around the world
Travel
From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.
See how to travel on Airbnb
Host
Renting out your unused space could pay your bills or fund your next vacation.
Learn more about hosting
Trust and Safety
From Verified ID to our worldwide customer support team, we've got your back.
Learn about trust at Airbnb
×
Modal Header
Some text in the modal.Close
$(document).ready(function(){
$('.zoom').mouseover(function(){
//moving the div left a bit is completely optional
//but should have the effect of growing the image from the middle.
$(this).stop().animate({"width": "110%","left":"0px","top":"0px"}, 400,'swing');
}).mouseout(function(){
$(this).stop().animate({"width": "95%","left":"15px","top":"15px"}, 200,'swing');
});;
});
Подробнее здесь: https://stackoverflow.com/questions/310 ... -bootstrap