TandemTables Forum
Montana Big Sky Country - Printable Version

+- TandemTables Forum (http://tandemtables.com/forum)
+-- Forum: Tandem Trends (/forumdisplay.php?fid=1)
+--- Forum: Code (/forumdisplay.php?fid=3)
+--- Thread: Montana Big Sky Country (/showthread.php?tid=19638)



Montana Big Sky Country - The Professor - 06-13-2021 05:10 PM

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


RE: Montana Big Sky Country - Linda - 06-15-2021 01:27 PM

A lot of movement going on at once there. Nice work as usual.