Please enable JavaScript to use this page!

AllTalks site logo
🍔

Variable Fonts & Readability

A good reading experience is something highly personal: We all need different environments, we all love different font faces and we all have a specific medium at the bottom of our heart. With only one design, how can we accommodate everyone? Variable fonts and CSS are here to help us offering inclusive reading experiences.


CSSConf Budapest

28 min

CSS Animation - Beyond Transitions

Steven Roberts

Sure we all know about the power of CSS transitions, we use them day in and day out to animate the state of a button or link; but CSS is capable of so much more when it comes to animation, especially…

FrontendConf

65 min

_ ___ ______?

Вадим Макеев

Десять лет назад в вебе появились шрифты. Ну и как? Когда загружаются, даже красиво! И немного дорого для пользователей, конечно. И ещё дороже для клиентов. Местами дыряво, иногда криво — но это, дум…

CSSCAMP

26 min

When Houdini Met Goldblum

Oliver Turner

Why can't we animate gradients declaratively? How can Jeff Goldblum help us? This gentle, practical introduction to Houdini and the Web Animations API looks at some CSS's lesser-known features (it ha…

FrontendConf

58 min

New Adventures in Front-End, 2019 Edition

Виталий Фридман

The beast is alive! Have you optimized your JavaScript/CSS delivery for performance with HTTP/2 yet? How are you using service workers and server workers these days? What about critical CSS and Serve…

CSSConf Budapest

33 min

The Weird — Yet Practical — World of Paint Worklets

Jeremy Wagner

Of all the fun stuff in Houdini, paint worklets are arguably the most fun. It’s blends what’s great about the Canvas API, and makes the art you can create with it easily usable in CSS. Such a blend o…

JSConf Budapest

22 min

Take on me, web browsers!

Eva Ferreira

In 1985 pop music was mesmerized by the a-ha “Take on me” music video. It’s been almost 35 years since then, the world needs new catchy tunes with impressive video animations… on the web. In this ta…

web.dev

22 min

10 modern layouts in 1 line of CSS

Una Kravets

In this dynamic talk, Una goes over the power of modern CSS layout techniques by highlighting a few key terms and how much detail can be described in a single line of code. Learn a few layout tricks …

OdessaFrontend Meetup

39 min

Как правильно делать анимацию и добиться 60fps на различных девайсах

Виталий Калашников

Анимация — неотъемлемая часть любого нынешнего веб-интерфейса. Виталий Калашников рассказывает про аппаратное ускорение анимаций, как использовать вычислительную технику при создании динамического ве…

CSSConf Budapest

28 min

CSS Games and Drawings in the Real World: Useful or Just Fun?

Giulia Cardieri

How did you learn CSS? The standard way is in a class, online course, or even during an internship - but what if I told you that you can learn it by making a game. Don’t believe me? Well, I conducted…

CSSConf Budapest

29 min

Crafting Stateful Styles with State Machines

David Khourshid

User interfaces are highly dynamic and complex, and structuring stylesheets for every possible state of every component can be a challenge. In this talk, we will explore innovative ways of organizing…

CSSConf Budapest

28 min

CSS in JS - beware the Hype!

Kathrin Holzmann

Everyone is hyped about CSS in JS - but is it really worth the hype? Or are there already ways to solve the Problems - maybe even in a better way? We are living in a mostly hype-driven world, where …

OdessaFrontend Meetup

57 min

Переменные в CSS: сколько вы ещё планируете ждать?

Сергей Фомин

По меркам современного фронтенда переменные в CSS уже достаточно давно получили хорошую поддержку браузерами, но всё ещё используются не очень часто, хотя много типичных задач в вёрстке решаются знач…

PiterJS

30 min

CSS value processing

София Валитова

Слайды: http://amp.gs/JZNe

moscowcss

20 min

Custom properties: переменные или свойства?

Мария Нагорных

После бума препроцессоров css с их переменными, все ждали появления нативных css переменных. И они появились. А потом, во время доработки черновиков спек, стали свойствами. В своем докладе я хочу раз…

JavaScript fwdays

36 min

DevTools, more than just a debugger

Chen Hui Jing

The newer CSS features, like Flexbox, Grid or Shapes, introduce new properties and behaviors that can sometimes be complicated to people who are encountering them for the first time. This talk will …

Nordic.js

20 min

Take on me, web browsers! (Nordic.js)

Eva Ferreira

In 1985 pop music was mesmerized by the a-ha “Take on me” music video. It’s been almost 35 years since then, the world needs new catchy tunes with impressive video animations… on the web. In this ta…

moscowcss

24 min

Особенности CSS в веб-компонентах

Артём Гусев

Многие считают, что изоляция в Shadow DOM является как его плюсом, так и минусом. Тем более, когда дело доходит до стилей. В своем докладе расскажу о том, какие возможности предоставляет нам соврем…

CSSCAMP

37 min

Writing CSS Algorithms

Lara Schenck

Wait...CSS _algorithms_? Can one really write algorithms in CSS? According to Lara, absolutely! This talk is all about CSS algorithms: what they are, how to write them, and the potential impacts of a…

CSSConf Budapest

29 min

CSS Architecture for Modern Web Applications

Mike Riethmuller

How we build and maintain style systems has changed in the last few year. Tasks that once required specific knowledge and careful management are now trusted to build tools and frameworks with better …