GSAP - Plugins: Unterschied zwischen den Versionen
Aus Wikizone
(Die Seite wurde neu angelegt: „Text Plugin ersetzt Buchstaben oder Worte https://greensock.com/TextPlugin //GOOD: tl.to(yourElement, 1, {text:{value:"Your new text", oldClass:"class1",…“) |
|||
| Zeile 1: | Zeile 1: | ||
| − | Text Plugin | + | == Text Plugin == |
ersetzt Buchstaben oder Worte | ersetzt Buchstaben oder Worte | ||
https://greensock.com/TextPlugin | https://greensock.com/TextPlugin | ||
| Zeile 5: | Zeile 5: | ||
//GOOD: | //GOOD: | ||
tl.to(yourElement, 1, {text:{value:"Your new text", oldClass:"class1", newClass:"class2", delimiter:" "}}); | tl.to(yourElement, 1, {text:{value:"Your new text", oldClass:"class1", newClass:"class2", delimiter:" "}}); | ||
| + | |||
| + | == DrawSVG Plugin == | ||
| + | https://greensock.com/docs/v3/Plugins/DrawSVGPlugin // Kein Video Anfang 2020 | ||
| + | https://greensock.com/docs/v2/Plugins/DrawSVGPlugin // Mit Video (Stand 2020) | ||
Version vom 23. März 2020, 21:30 Uhr
Text Plugin
ersetzt Buchstaben oder Worte
https://greensock.com/TextPlugin //GOOD: tl.to(yourElement, 1, {text:{value:"Your new text", oldClass:"class1", newClass:"class2", delimiter:" "}});
DrawSVG Plugin
https://greensock.com/docs/v3/Plugins/DrawSVGPlugin // Kein Video Anfang 2020 https://greensock.com/docs/v2/Plugins/DrawSVGPlugin // Mit Video (Stand 2020)