Skip to content

Instantly share code, notes, and snippets.

View Tinhorn's full-sized avatar

Fawaz Joseph Tinhorn

  • Tinhorn Studios
  • United States
View GitHub Profile
@Tinhorn
Tinhorn / page_turn.dart
Created September 29, 2019 23:21 — forked from slightfoot/page_turn.dart
Page Turn Effect - By Simon Lightfoot. Replicating this behaviour. https://www.youtube.com/watch?v=JqvtZwIJMLo
// MIT License
//
// Copyright (c) 2019 Simon Lightfoot
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
@Tinhorn
Tinhorn / 0_reuse_code.js
Created November 11, 2016 14:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console