TandemTables Forum

Full Version: Montana Big Sky Country
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
From the Bar Dbl Foo ranch to 5 seamless Big Sky Vistas

Vista transitions used this css code snippet

.delay {
animation-name: wait;
animation-delay: 140s;
animation-duration: 50s;
animation-iteration-count: 1;
}
@keyframes wait{0%{opacity:1}100%{opacity:1}}

with the animation-delay time and class adjusted for each vista which were brought into view sequentially using javascript

http://d21c.com/leprofesseur/montana.html
A lot of movement going on at once there. Nice work as usual.
Reference URL's