All animations always requires
the latest version of the plugin.
The Three Way Intersection animation is made of 6 images. The cars are wrapped with 2 boxes, and the people are wrapped with one box each, excepting for the id twiz-people-3, which is wrapped with 2 boxes.
<style type="text/css">
#twiz-inter-box {
width: 730px;
height: 478px;
display: block;
background: green url(../wp-content/uploads/three-way-intersection.png) no-repeat;
overflow: hidden;
}
#twiz-inter-box img {
display: none;
}
#twiz-yellow-box,
#twiz-yellow-box-2,
#twiz-blue-box,
#twiz-blue-box-2 {
width: 38px;
height: 80px;
display: block;
}
#twiz-people-1-box,
#twiz-people-2-box,
#twiz-people-3-box,
#twiz-people-3-box-2 {
width: 18px;
height: 10px;
display: block;
}
</style>
<div id="twiz-inter-box"><div id="twiz-yellow-box"><div id="twiz-yellow-box-2"><img src="../wp-content/uploads/twiz-car-yellow.png" alt="" title="" width="38" height="80" id="twiz-yellow-car"/></div></div><div id="twiz-blue-box"><div id="twiz-blue-box-2"><img src="../wp-content/uploads/twiz-car-blue.png" alt="" title="" width="84" height="42" id="twiz-blue-car"/></div></div><div id="twiz-people-1-box"><img src="../wp-content/uploads/twiz-people-1.png" alt="" title="" width="18" height="10" id="twiz-people-1"/></div><div id="twiz-people-2-box"><img src="../wp-content/uploads/twiz-people-2.png" alt="" title="" width="18" height="10" id="twiz-people-2"/></div><div id="twiz-people-3-box"><div id="twiz-people-3-box-2"><img src="../wp-content/uploads/twiz-people-3.png" alt="" title="" width="18" height="10" id="twiz-people-3"/></div></div></div>
Import the twiz file under a new section. (Right-click, Save Target As/Save Link As)
free-animated-three-way-intersection.twiz 
Upload image via the WordPress Media Manager.
Upload JavaScripts into the Welcomizer Library.
* It’s not working on IE < 9.
Free Animated Three Way Intersection