Skip to content

Instantly share code, notes, and snippets.

View olymk2's full-sized avatar
😀
Using GitLab

Oliver Marks olymk2

😀
Using GitLab
View GitHub Profile
@olymk2
olymk2 / hide.py
Created April 6, 2015 15:10 — forked from tshirtman/hide.py
from kivy.base import runTouchApp
from kivy.lang import Builder
KV = '''
#:import Animation kivy.animation.Animation
FloatLayout:
BoxLayout:
id: box
x:0
orientation: 'vertical'