Css Slot Machine Style Menu

Where do I get a replacement Compressor Refrigeration Cooling System for my 1940’s, 1950s and 1960’s vintage Coke, Coca Cola, Pepsi Soda Drink Vending Machine? We can assist you. We have found used these units below and are very pleased with them. They are designed to be installed in most Vintage Vendo, VMC, Cavalier, and Westinghouse Machines and cooler chests.

Details about the Replacement Compressors

Css

. @class Slot. @constructor./ function Slot (el, max, step) this. Speed = 0; //speed of the slot at any point of time: this. Step = step; //speed will increase at this rate: this. Si = null; //holds setInterval object for the given slot: this. El = el; //dom element of the slot: this. MaxSpeed = max; //max speed this slot can have: this.

  • These are complete, new refrigeration cooling systems, designed to fit in a variety of vintage drink machines.
  • Includes new (not refurbished) parts including coils, shrouds, fans, compressor, wiring, high-end thermostat, tubing, capillary tubing, etc. It comes on a metal base plate that can be bolted to your machine.
  • Systems are prewired. Use a standard 110-volt plugin and are ready to run. They provide a “hot wire” for your accessories such as lights or electric coin mechs if your model requires it.
  • Systems come charged with 134A Refrigerant and are ready to be installed.
  • These systems are not an exact reproduction of the original. They are designed to fit or “drop-in” as a replacement cooling system for your vintage coke machine.
  • Your new refrigeration system takes about 7-12 days to build test and ship out.

Can I install it myself?

If you install it, some mechanical ability is required. For example, you will need to drill new holes in the base of your machine to secure it, obtain the bolts, and use self-tapping screws to secure the evaporator to the tub, attach the thermostat in the tub, run wires up into the tub, etc. If you are not comfortable, we can install it for you. Or if you are not local to us you can hire a local handyman or refrigeration tech person to install it. Vintagecola is not responsible for customers or a 3rd party installers damage to a system during installation.
See our page on Tips and details for installation of a replacement vintage drink machine cooling system

What models do these systems fit?

These cooling units are made to fit in these models of vintage cola drink machines:
– Vendo, Vendolator, VMC Models 33, 39, 56, 63, 80, 81, 90, 110 and others
– Cavalier CS, CSS, USS 64, CS 72, CS, USS 96, USS 8 64 and others.
– Westinghouse WC-78MD, WC-42, WD5 Cooler box, WD10, WH-22T, and other cooler chests.
– Chest coolers from most Westinghouse, and Cavalier units.
– Have a different model? Email us an image of your cooling system and we advise you.

Price and Ordering Details

Free Slot Machine

– A completely new system shipped to you – $875.99 Free Shipping to the USA
– If you are SC, we can install for $100, you would need to drop your machine off at our shop in Chapin SC

slots.coffee
Css Slot Machine Style Menu
$->
result= []
count=0
# Loop through each reel
$('.reel-outer'). each->
$this=$(this)
index=$this.index()
spinPlus=0
# When the spin link is clicked...
$('.spin').click->
# Choose a random symbol between 1 and 10
type=parseInt((Math.random() *9), 10) +1
# Define a spin duration between 1 and 10000
duration=parseInt((Math.random() *10000), 10)
# Increment the total spin value
spinPlus+=3600
# Multiply type by 36 (degrees) and add to the total
spin= type *36+ spinPlus
# Apply the transition duration and rotation
$this.find('.reel').css
WebkitTransitionDuration:'#{ duration }ms'
WebkitTransform:'rotateX(-#{ spin }deg)'
# Add the reel result type to array
result.push(type)
# Increment the spin counter
count++
# Once the counter reaches 3...
if count is3
# And all transitions are ended, display results
$this.on'webkitTransitionEnd transitionend', () ->
console.log result
count=0
result= []
slots.haml
#slots
- symbols = ['users', 'location', 'help', 'buildings', 'user', 'femaleuser', 'briefcase', 'globe', 'chat', 'phone']
- 3.times do |i|
.reel-outer
.reel
.reel-inner
.reel-faces
- 10.times do |i|
.reel-face-outer
.reel-face
%div{:class => 'ss-#{ symbols[i] }'}
%a.spin(href='#') SPIN
slots.sass
#slots
+inline-block()
margin: 20px0
height: 160px
+perspective(0px)
position: relative
width: 280px
*
+backface-visibility(hidden)
+transform-style(preserve-3d)
.reel-outer, .reel, .reel-faces, .reel-face-outer, .shadow
position: absolute
.reel-outer
+background-image(linear-gradient($grey, $white40%, $white60%, $grey))
border: 1pxsolid#CCC
+box-shadow(inset0020px0#CCC)
+box-sizing(border-box)
height: 100%
width: 80px
&:nth-child(2)
left: 100px
&:nth-child(3)
left: 200px
.reel
height: 160px
+transition(all)
+transition-timing-function(cubic-bezier(0.57, -0.03, 0.57, 1.1))
width: 80px
.reel-face-outer
height: 80px
+transform-origin(0, 100%)
width: 80px
$i: 0
@while $i<10
&:nth-child(#{ $i + 1 })
+rotateX(#{ $i*36 }deg)
$i: $i+1
.reel-face
height: 50px
line-height: 50px
+rotateX(72deg)
+transform-origin(0, 0)
width: 80px

Css Slot Machine Style Menu Ideas

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment