Skip to content

Instantly share code, notes, and snippets.

View stalinsky's full-sized avatar
🏠
IoT Laboratory, Tbilisi, Georgia

Konstantin Stalinsky stalinsky

🏠
IoT Laboratory, Tbilisi, Georgia
  • iTechnologies
  • Georgia
View GitHub Profile
@jibla
jibla / parallax.swift
Last active August 29, 2015 14:15
Parallax effect done with few lines in Swift
// in your viewDidLoad() func.
let min = -50.0
let max = 50.0
var leftRight = UIInterpolatingMotionEffect(keyPath: "center.x", type: .TiltAlongHorizontalAxis)
leftRight.minimumRelativeValue = min
leftRight.maximumRelativeValue = max
var upDown = UIInterpolatingMotionEffect(keyPath: "center.y", type: .TiltAlongVerticalAxis)
@geksilla
geksilla / bootsrap_class_list
Last active September 2, 2025 15:26
Bootstrap css class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead