From 83929e56d2c75d3660a32942cb510b0b044f9142 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 2 May 2014 13:29:54 +0200 Subject: [PATCH] squash another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e81508..e3ffd68 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The Frame-Generators The animation sequence is controlled by the three frame-generator routines vorspanFrames, abspannFrames and pauseFrames. Each of them yields one tupel per frame. This Frame-Tupel contains one Sub-Tupel per Animated Element, which has one of two forms: ### CSS-Style-Modifications -```('logo', 'style', 'opacity', 1),``` - locate object with id ```logo``` in the svg, parse its ```style```-attribute as css-inline-string and change the value of the css-property ```opacity``` to 1. The Tupel-Element ```'style'``` is fixed and declares the type of action which is applied to the specified element. All other tupele-mebers can be modified to suit your needs. +```('logo', 'style', 'opacity', 1),``` - locate object with id ```logo``` in the svg, parse its ```style```-attribute as css-inline-string and change the value of the css-property ```opacity``` to 1. The Tupel-Element ```'style'``` is fixed and declares the type of action which is applied to the specified element. All other tupel-mebers can be modified to suit your needs. To form an fade-in-opacity-animation, the frame-generator could look like this: