Skip to content

Instantly share code, notes, and snippets.

@svodnik
svodnik / index.html
Created April 13, 2016 01:03
CSS keyframe animation example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Creating Web Animations with HTML and CSS</title>
<!--
Creating Web Animations with HTML and CSS
Presentation at 2016 Cengage Learning Computing Conference
Orlando, Florida
Presented by Sasha Vodnik
Filename: index.html
@svodnik
svodnik / index.html
Created April 13, 2016 01:00
CSS transition example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Creating Web Animations with HTML and CSS</title>
<!--
Creating Web Animations with HTML and CSS
Presentation at 2016 Cengage Learning Computing Conference
Orlando, Florida
Presented by Sasha Vodnik
Filename: index.html
@svodnik
svodnik / index.html
Created April 13, 2016 00:55
CSS transform example
<!DOCTYPE html>
<html lang="en">
<head>
<title>Creating Web Animations with HTML and CSS</title>
<!--
Creating Web Animations with HTML and CSS
Presentation at 2016 Cengage Learning Computing Conference
Orlando, Florida
Presented by Sasha Vodnik
Filename: index.html